smart_proxy: more escaping in the configuration

This commit is contained in:
Iain Learmonth 2022-05-25 11:01:04 +01:00
parent 7bc38d10be
commit dfb4d66557

View file

@ -174,7 +174,7 @@ class ProxyAutomation(TerraformAutomation):
proxy_pass https://{{ origin.domain_name }}/;
subs_filter_types text/html text/css text/xml;
subs_filter https://{{ origin.domain_name }}/ /;
subs_filter "\"https://{{ origin.domain_name }}\"" /;
subs_filter "\\\"https://{{ origin.domain_name }}\\\"" /;
}
ssl_certificate /etc/ssl/smart_proxy.crt;
ssl_certificate_key /etc/ssl/private/smart_proxy.key;