mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
change the number of unicorn workers to pass the check
This commit is contained in:
parent
13b2d633d6
commit
40b34d6a0e
1 changed files with 2 additions and 0 deletions
|
@ -22,3 +22,5 @@ nginx['listen_https'] = false
|
||||||
nginx['listen_addresses'] = ["0.0.0.0", "[::]"] # listen on all IPv4 and IPv6 addresses
|
nginx['listen_addresses'] = ["0.0.0.0", "[::]"] # listen on all IPv4 and IPv6 addresses
|
||||||
|
|
||||||
unicorn['port'] = __PORTUNICORN__
|
unicorn['port'] = __PORTUNICORN__
|
||||||
|
|
||||||
|
unicorn['worker_processes'] = 2
|
||||||
|
|
Loading…
Reference in a new issue