Skip to content

Instantly share code, notes, and snippets.

@holms
Forked from iggy/pillar-nginx-dev.sls
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save holms/63ae3498920a780357cf to your computer and use it in GitHub Desktop.
Save holms/63ae3498920a780357cf to your computer and use it in GitHub Desktop.
nginx:
rootdir: /data/installer
server-name: dev.domain.com
nginx:
rootdir: /data/installer
server-name: qa.domain.com
nginx:
rootdir: /var/www/repo/public_html
base:
'G@tags:dev and G@tags:rst':
- match: compound
- nginx.dev
'G@tags:qa and G@tags:rst':
- match: compound
- nginx.qa
'G@tags:prod and G@tags:rst':
- match: compound
- nginx.prod
'tags:repo':
- match: grain
- nginx.repo
base:
'tags:rst':
- match: grain
- nginx
'tags:installer':
- match: grain
- nginx
'tags:repo':
- match: grain
- nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment