Browse Source

add semicolon

pull/490/head
Kyle Spearrin 7 years ago
parent
commit
d8204341a4
  1. 2
      util/Setup/Templates/NginxConfig.hbs

2
util/Setup/Templates/NginxConfig.hbs

@ -52,7 +52,7 @@ server { @@ -52,7 +52,7 @@ server {
{{#if RealIps}}
{{#each RealIps}}
set_real_ip_from {{{Value}}}
set_real_ip_from {{{Value}}};
{{/each}}
{{/if}}

Loading…
Cancel
Save