diff --git a/config/nginx.conf b/config/nginx.conf index 9e6efd85a..4563007ca 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -35,6 +35,7 @@ http { server_name _; sendfile off; + absolute_redirect off; root /var/www/html; index index.php index.html;