This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
nginx-formula
mirror of
https://github.com/saltstack-formulas/nginx-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
34
Wiki
Activity
Browse Source
remove extra curly
tags/v0.55.0
Kent Shultz
10 years ago
parent
8d4f4b6d6f
commit
b2a7b3fe1b
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
+1
-1
nginx/templates/config.jinja
+ 1
- 1
nginx/templates/config.jinja
View File
{% set use = nginx.get('events', {}).get('use', '') -%}
{% set use = nginx.get('events', {}).get('use', '') -%}
{% if use -%}
{% if use -%}
use {{ use }};
use {{ use }};
{% endif -%}
}
{% endif -%}
}
}
http {
http {
Write
Preview
Loading…
Cancel
Save