From afc47293364ec683106211d0a26a02c49b82b995 Mon Sep 17 00:00:00 2001 From: mustafaStakater <101177975+mustafaStakater@users.noreply.github.com> Date: Wed, 14 Jun 2023 12:10:42 +0500 Subject: [PATCH] [default.conf] turn off absolute redirects --- default.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.conf b/default.conf index d531cb3..8726f21 100644 --- a/default.conf +++ b/default.conf @@ -6,4 +6,6 @@ server { location = /404.html { internal; } + # redirects issued by nginx will be relative + absolute_redirect off; }