Undo 2e58482

nginx-module-headers-more requires third party repo
This commit is contained in:
Tommy 2025-01-03 09:48:56 -07:00 committed by GitHub
parent 023e2cdad3
commit 6334ef0861
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,9 +52,6 @@ server {
include snippets/universal_paths.conf;
# Don't send headers
add_header "" "";
location / {
return 308 https://$host$request_uri;
}