config\nginx.exposed.conf: disable csp
This commit is contained in:
parent
6b8b8cb502
commit
92cc200af6
@ -4,8 +4,7 @@
|
||||
server {
|
||||
listen 80;
|
||||
include /etc/nginx/mime.types;
|
||||
include /etc/nginx/include/csp.conf;
|
||||
|
||||
|
||||
location / {
|
||||
proxy_pass $APPLICATION;
|
||||
|
||||
@ -14,8 +13,6 @@ server {
|
||||
proxy_set_header Connection 'upgrade';
|
||||
proxy_set_header Host $host;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
|
||||
include /etc/nginx/include/security-headers.conf;
|
||||
}
|
||||
|
||||
location = /health {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user