master #69

Merged
emmatveev merged 30 commits from master into prod 2025-06-04 02:47:20 +03:00
Showing only changes of commit 8f350225a4 - Show all commits

View File

@ -31,8 +31,10 @@ for host in hosts:
add_header Referrer-Policy "no-refferer-when-downgrade" always;
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
set $pre_domain {pre_domain};
location / {{
proxy_pass http://{pre_domain}-nginx:1238$request_uri;
proxy_pass http://$pre_domain-nginx:1238$request_uri;
}}
}}\n\n
'''.format(host=host, pre_domain=host.split('.')[0])