From 6334ef08611960a7f165f11480c7935379d46fac Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 3 Jan 2025 09:48:56 -0700 Subject: [PATCH] Undo 2e58482 nginx-module-headers-more requires third party repo --- etc/nginx/conf.d/default.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/nginx/conf.d/default.conf b/etc/nginx/conf.d/default.conf index 74042d5..072744f 100644 --- a/etc/nginx/conf.d/default.conf +++ b/etc/nginx/conf.d/default.conf @@ -52,9 +52,6 @@ server { include snippets/universal_paths.conf; - # Don't send headers - add_header "" ""; - location / { return 308 https://$host$request_uri; }