simplify module loading

This commit is contained in:
2025-01-03 16:06:22 -08:00
parent 362bdf257c
commit b716027bb6
6 changed files with 3 additions and 19 deletions

View File

@@ -10,7 +10,6 @@ send_timeout 3600s;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $host;
proxy_hide_header X-Powered-By;
proxy_hide_header X-Frame-Options;
add_header X-Frame-Options SAMEORIGIN;