8 lines
175 B
RPMSpec
8 lines
175 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
|