You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Any chance you implement GitLab pages support?
From template port of view it's simple:
pages_external_url "http://.." # adapt to your needs
pages_nginx['redirect_http_to_https'] = false
pages_nginx['enable'] = true
pages_nginx['listen_https'] = false
For me, adding this to the template, works just fine.
The text was updated successfully, but these errors were encountered:
Hi!
Any chance you implement GitLab pages support?
From template port of view it's simple:
pages_external_url "http://.." # adapt to your needs
pages_nginx['redirect_http_to_https'] = false
pages_nginx['enable'] = true
pages_nginx['listen_https'] = false
For me, adding this to the template, works just fine.
The text was updated successfully, but these errors were encountered: