Duplicate advanced_config to both top and bottom

This commit is contained in:
whc2001 2024-10-21 14:36:43 -04:00 committed by GitHub
parent d499e2bfef
commit ced69da6b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,5 +24,7 @@
proxy_set_header Connection $http_connection; proxy_set_header Connection $http_connection;
proxy_http_version 1.1; proxy_http_version 1.1;
{% endif %} {% endif %}
{{ advanced_config }}
} }