-
Notifications
You must be signed in to change notification settings - Fork 417
Fully document #193 stream module #211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
It might be possible to simplify few bits - suggestions welcome!! |
|
@noelmcloughlin I use snippets for this stuff: |
|
Questions: We should ensure the pillar.example have enough examples that yaml is not blocking them. |
|
|
Excellent ... I'll update the PR later. thanks!!! |
|
@noelmcloughlin snippets are a way to split nginx configs in smaller more managable items, I have used this formula to mimic: https://github.com/perusio/drupal-with-nginx |
|
Will duplicate server keys work in snippets? Note: this is different use case to For each instance in yaml I appended 1xwhitespace |
|
@noelmcloughlin I don't know, I use pillarstack and varstack to combine my pillar data... |
|
But I see the nginx.conf for |
|
@noelmcloughlin one other thing usefull for snippets part with multiple keys: |
|
Or something truly awfull: together with: |
|
Hi @aboe76 please review this now.... |
|
@noelmcloughlin nice work |
This PR documents tricky nginx configuration discussed in #193.
The pillar.example is based on this example and renders config shown. Sorry for the ugly yaml.