service/services/nginx.spec

10 lines
221 B
Plaintext
Raw Normal View History

command: nginx -c ${SERVICE_ROOT}/nginx.conf
2019-10-29 12:32:49 +01:00
consumes: http?
provides: www, http
ports: http=80, https=443, test
2019-10-27 23:02:45 +01:00
%directory ${SERVICE_ROOT}/
name: working directory
%configuration nginx.conf ${SERVICE_ROOT}/nginx.conf