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
@@ -31,5 +31,6 @@ server {
deny all;
proxy_pass http://garage:3903;
proxy_hide_header X-Frame-Options;
}
}