This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
nginx-formula
forked from
ExternalMirrors/nginx-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
remove extra curly
susefix
Kent Shultz
10 years ago
parent
8d4f4b6d6f
commit
b2a7b3fe1b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
nginx/templates/config.jinja
+ 1
- 1
nginx/templates/config.jinja
View File
@@ -17,7 +17,7 @@ events {
{% set use = nginx.get('events', {}).get('use', '') -%}
{% if use -%}
use {{ use }};
{% endif -%}
}
{% endif -%}
}
http {
Write
Preview
Loading…
Cancel
Save