diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf index 012b91a..97db4c5 100644 --- a/etc/nginx/nginx.conf +++ b/etc/nginx/nginx.conf @@ -35,6 +35,7 @@ http { server_names_hash_max_size 1024; server_name_in_redirect off; port_in_redirect off; + absolute_redirect off; charset UTF-8; index index.html index.htm index.php index.hosting.html; disable_symlinks if_not_owner;