conf: minor formatting fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{%- set transparent = false -%}
|
||||
{%- if env.NGX_HTTP_TRANSPARENT_PROXY != None -%}
|
||||
{%- set transparent = (env.NGX_HTTP_TRANSPARENT_PROXY | from_gobool) -%}
|
||||
{%- set transparent = env.NGX_HTTP_TRANSPARENT_PROXY | from_gobool -%}
|
||||
{%- endif -%}
|
||||
|
||||
---
|
||||
|
Reference in New Issue
Block a user