Compare commits
No commits in common. "b3d731fb5e9fbc785102fdcec223f5027d77df58" and "c04cad97129aadf863197e8bfb7e6eaa5bf79b71" have entirely different histories.
b3d731fb5e
...
c04cad9712
@ -32,7 +32,7 @@ for host in hosts:
|
||||
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
|
||||
|
||||
location / {{
|
||||
resolver 127.0.0.11;
|
||||
resolver 1.1.1.1 8.8.8.8;
|
||||
proxy_pass http://{pre_domain}-nginx:1238$request_uri;
|
||||
}}
|
||||
}}\n\n
|
||||
|
Loading…
Reference in New Issue
Block a user