Merge branch 'master' of ssh://git.karchnu.fr:2202/WeirdOS/service

master
Luka Vandervelden 2019-11-07 14:45:25 +01:00
commit 6c3024c92f
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
command: nginx -c ${SERVICE_ROOT}/nginx.conf command: nginx -c ${SERVICE_ROOT}/nginx.conf
consumes: http? consumes: http?
provides: www, http provides: www, http
ports: http=80, https=443, test ports: http=80, https=443
%directory ${SERVICE_ROOT}/ %directory ${SERVICE_ROOT}/
name: working directory name: working directory

View File

@ -2,6 +2,8 @@
# worker_processes 1; # worker_processes 1;
daemon off; daemon off;
pid {{ service.root }}/pid;
worker_rlimit_nofile 1024; worker_rlimit_nofile 1024;
events { events {
worker_connections 800; worker_connections 800;