Use relative redirects in nginx

This commit is contained in:
2022-11-06 14:51:28 +01:00
parent f97a11c250
commit d1175745c8

View File

@ -35,6 +35,7 @@ http {
server_names_hash_max_size 1024; server_names_hash_max_size 1024;
server_name_in_redirect off; server_name_in_redirect off;
port_in_redirect off; port_in_redirect off;
absolute_redirect off;
charset UTF-8; charset UTF-8;
index index.html index.htm index.php index.hosting.html; index index.html index.htm index.php index.hosting.html;
disable_symlinks if_not_owner; disable_symlinks if_not_owner;