1
0

conf: minor formatting fixes

This commit is contained in:
2025-06-06 11:40:09 +03:00
parent db627f7255
commit 34f0d4bb8e
2 changed files with 30 additions and 30 deletions

View File

@@ -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 -%}
---