Commit 6595b806 authored by Kirill Smelkov's avatar Kirill Smelkov

X Verified that nginx serves public/ and works under http (not yet https) frontend

parent 57eb38b8
......@@ -44,6 +44,7 @@ cert = ${slap-connection:cert-file}
# adjust/override some default settings
configuration.unicorn_worker_processes = {{ multiprocessing.cpu_count() + 1 }}
configuration.nginx_worker_processes = {{ multiprocessing.cpu_count() }}
# for convenience
......
......@@ -42,7 +42,8 @@ http {
include {{ nginx_gitlab_http_conf }};
# we don't need: ci, mattermost
# include <%= @gitlab_ci_http_config %>
# include <%= @gitlab_mattermost_http_config %>
{# we don't need: ci, mattermost
include <%= @gitlab_ci_http_config %>
include <%= @gitlab_mattermost_http_config %>
#}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment