Saltstack Official Nginx Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
148B

  1. # startup script for Nginx
  2. respawn
  3. start on filesystem or runlevel [2345]
  4. stop on runlevel [!2345]
  5. exec /usr/sbin/nginx -c /etc/nginx/nginx.conf