From b52c8d8a2a3832183a340cb4590cc026b65f98f1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 19 Jan 2024 01:51:57 +0100 Subject: [PATCH] fix: Disable absolute redirects (#349) --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 5a4988f..540cf14 100644 --- a/nginx.conf +++ b/nginx.conf @@ -7,6 +7,7 @@ server { server_name _; tcp_nodelay on; server_tokens off; + absolute_redirect off; error_log /dev/null; access_log /dev/null;