Updates nginx’ support.
This commit is contained in:
parent
5347ec4a62
commit
ddeb253c1e
@ -3,6 +3,7 @@ consumes: http?
|
|||||||
provides: www, http
|
provides: www, http
|
||||||
ports: http=80, https=443
|
ports: http=80, https=443
|
||||||
reload-command: kill -HUP ${SERVICE_PID}
|
reload-command: kill -HUP ${SERVICE_PID}
|
||||||
|
user: root
|
||||||
|
|
||||||
%configuration nginx.conf
|
%configuration nginx.conf
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
# worker_processes 1;
|
# worker_processes 1;
|
||||||
daemon off;
|
daemon off;
|
||||||
|
|
||||||
|
user {{ service.user }};
|
||||||
|
|
||||||
pid {{ service.root }}/pid;
|
pid {{ service.root }}/pid;
|
||||||
|
|
||||||
worker_rlimit_nofile 1024;
|
worker_rlimit_nofile 1024;
|
||||||
|
Loading…
Reference in New Issue
Block a user