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.

config.sls 304B

12345678910
  1. {% from 'nginx/ng/map.jinja' import nginx, sls_block with context %}
  2. nginx_config:
  3. file.managed:
  4. {{ sls_block(nginx.server.opts) }}
  5. - name: {{ nginx.lookup.conf_file }}
  6. - source: salt://nginx/ng/files/nginx.conf
  7. - template: jinja
  8. - context:
  9. config: {{ nginx.server.config }}