Disable absolute_redirect

This commit is contained in:
jlxip
2022-01-14 18:27:10 +01:00
parent 77f9f02c7c
commit 2f2b574195
+1
View File
@@ -35,6 +35,7 @@ http {
server_name _;
sendfile off;
absolute_redirect off;
root /var/www/html;
index index.php index.html;