diff --git a/templates/gitlab.rb b/templates/gitlab.rb index 4e3e2a4b26ea282b4f0ecf9412dba071f8c463ff..5ce74f4b9a363ca13b4cf31ad80fbb1cd87b9e34 100644 --- a/templates/gitlab.rb +++ b/templates/gitlab.rb @@ -544,7 +544,7 @@ nginx['enable'] = false ## see https://gitlab.com/gitlab-org/omnibus-gitlab/tree/629def0a7a26e7c2326566f0758d4a27857b52a3/doc/settings/nginx.md ## You can tell the bundled NGINX that it should not serve up GitLab CI by setting ci_nginx['enable'] to false. -ci_nginx['enable'] = false +# ci_nginx['enable'] = false # ci_nginx['client_max_body_size'] = '250m' # ci_nginx['redirect_http_to_https'] = false # ci_nginx['redirect_http_to_https_port'] = 80