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