smart_proxy: more escaping in the configuration
This commit is contained in:
parent
7bc38d10be
commit
dfb4d66557
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue