Skip to content
Snippets Groups Projects
Commit 09a2f549 authored by jurgenhaas's avatar jurgenhaas
Browse files

Switch from unicorn to puma

parent 8ae9611d
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ gitlab_workhorse['enable'] = true
gitlab_workhorse['listen_network'] = "tcp"
gitlab_workhorse['listen_addr'] = "127.0.0.1:8181"
puma['port'] = 8080
## Note: configuration settings below are optional.
## Uncomment and change the value.
############################
......@@ -255,7 +257,7 @@ gitlab_rails['smtp_openssl_verify_mode'] = '{{ gitlab_rails.smtp.openssl_verify_
## Advanced settings
# unicorn['listen'] = '127.0.0.1'
unicorn['port'] = 8080
# unicorn['port'] = 8080
# unicorn['socket'] = '/var/opt/gitlab/gitlab-rails/sockets/gitlab.socket'
# unicorn['pidfile'] = '/opt/gitlab/var/unicorn/unicorn.pid'
# unicorn['tcp_nopush'] = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment