Add resolver directive for tags.tiqcdn.com
This commit is contained in:
parent
3430e65742
commit
4383c4f08d
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ class ProxyAutomation(TerraformAutomation):
|
|||
server {
|
||||
listen 443 ssl;
|
||||
server_name origin-{{ origin.id }}.{{ origin.group.group_name | lower }}.smart.{{ smart_zone[:-1] }};
|
||||
resolver 1.1.1.1;
|
||||
location ~ (.+)/utag(.+)js$ {
|
||||
proxy_set_header Accept-Encoding "";
|
||||
proxy_ssl_server_name on;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue