Use relative redirects in nginx
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user