* quotable used variables in nginx vars config

This commit is contained in:
2024-06-28 09:13:07 +03:00
parent 85c08d9d68
commit 24c9799270

View File

@ -1,2 +1,2 @@
nginx_www_domain: {{ has_www_domain }} nginx_www_domain: '{{ has_www_domain }}'
nginx_www_redirect: {{ www_domain_is_primary | ternary('www', 'non-www') }} nginx_www_redirect: '{{ www_domain_is_primary | ternary("www", "non-www") }}'