diff --git a/docker/nginx.conf b/docker/nginx.conf index cf0f1c5..5e22305 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -1,6 +1,6 @@ server { listen 80; - server_name localhost; + server_name _; root /var/www/app/public; index index.php index.html index.htm;