Compare commits

..

No commits in common. "b3d731fb5e9fbc785102fdcec223f5027d77df58" and "c04cad97129aadf863197e8bfb7e6eaa5bf79b71" have entirely different histories.

View File

@ -32,7 +32,7 @@ for host in hosts:
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always; add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {{ location / {{
resolver 127.0.0.11; resolver 1.1.1.1 8.8.8.8;
proxy_pass http://{pre_domain}-nginx:1238$request_uri; proxy_pass http://{pre_domain}-nginx:1238$request_uri;
}} }}
}}\n\n }}\n\n