From 2f2b574195b3291d96b05b3966d0c6a4c36497fd Mon Sep 17 00:00:00 2001 From: jlxip Date: Fri, 14 Jan 2022 18:27:10 +0100 Subject: [PATCH] Disable absolute_redirect --- config/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nginx.conf b/config/nginx.conf index 9e6efd85a..4563007ca 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -35,6 +35,7 @@ http { server_name _; sendfile off; + absolute_redirect off; root /var/www/html; index index.php index.html;