diff --git a/default.conf b/default.conf index d531cb3..f389714 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; }