Merge branch 'master' of ssh://git.karchnu.fr:2202/WeirdOS/service
commit
6c3024c92f
|
@ -1,7 +1,7 @@
|
|||
command: nginx -c ${SERVICE_ROOT}/nginx.conf
|
||||
consumes: http?
|
||||
provides: www, http
|
||||
ports: http=80, https=443, test
|
||||
ports: http=80, https=443
|
||||
|
||||
%directory ${SERVICE_ROOT}/
|
||||
name: working directory
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
# worker_processes 1;
|
||||
daemon off;
|
||||
|
||||
pid {{ service.root }}/pid;
|
||||
|
||||
worker_rlimit_nofile 1024;
|
||||
events {
|
||||
worker_connections 800;
|
||||
|
|
Loading…
Reference in New Issue