1
0
Fork 0
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:
Pierre Bourré 2019-01-15 22:56:17 +01:00
parent 13b2d633d6
commit 40b34d6a0e

View file

@ -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