location
This commit is contained in:
parent
90f3ac30d5
commit
15018aa4ed
@ -142,7 +142,9 @@ http {
|
|||||||
add_header Referrer-Policy "no-refferer-when-downgrade" always;
|
add_header Referrer-Policy "no-refferer-when-downgrade" always;
|
||||||
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;
|
||||||
|
|
||||||
proxy_pass http://$domain-nginx:1238$request_uri;;
|
location / {
|
||||||
|
proxy_pass http://$domain-nginx:1238$request_uri;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user