diff --git a/default.conf b/default.conf index eccbd5c..e1f0e03 100644 --- a/default.conf +++ b/default.conf @@ -4,6 +4,7 @@ server { listen 80; server_name localhost; + port_in_redirect off; root /var/www/html/public; index index.php index.html index.htm index.nginx-debian.html;