diff --git a/etc/nginx/conf.d/default.conf b/etc/nginx/conf.d/default.conf index 88e03b1..259bd93 100644 --- a/etc/nginx/conf.d/default.conf +++ b/etc/nginx/conf.d/default.conf @@ -4,7 +4,10 @@ server { include snippets/universal_paths.conf; + # Don't send headers + add_header "" ""; + location / { return 308 https://$host$request_uri; } -} \ No newline at end of file +}