From cf50ee8c20260d143a895c50c727b961f40e05c7 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Thu, 23 Mar 2017 08:29:38 +0100
Subject: [PATCH] Disable redundant option

---
 templates/gitlab.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/gitlab.rb b/templates/gitlab.rb
index 4e3e2a4..5ce74f4 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
-- 
GitLab