13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
command: nginx -c ${SERVICE_ROOT}/nginx.conf
|
||
consumes: http?
|
||
provides: www, http
|
||
ports: http=80, https=443
|
||
reload-command: kill -HUP ${SERVICE_PID}
|
||
start-as-root: true
|
||
|
||
%configuration nginx.conf
|
||
|
||
# They’re defined in the template, be careful to match.
|
||
%file access.log
|
||
%file error.log
|