Browse Source

remove extra curly

susefix
Kent Shultz 10 years ago
parent
commit
b2a7b3fe1b
1 changed files with 1 additions and 1 deletions
  1. +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 {

Loading…
Cancel
Save