strip upstream X-Frame-Options from service proxies
Deploy nginx / deploy (push) Successful in 3s

This commit is contained in:
2026-04-10 15:08:59 -04:00
parent 5e85de9130
commit 514061936b
6 changed files with 7 additions and 2 deletions
+1
View File
@@ -298,6 +298,7 @@ server {
proxy_set_header Host \$host;
proxy_set_header X-Real-IP \$remote_addr;
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
proxy_hide_header X-Frame-Options;
}
}
NGINX