From a980d69bf8cf154f26616fc1c7b98fb681b9634d Mon Sep 17 00:00:00 2001 From: Alfred Date: Wed, 27 Feb 2019 19:31:59 +0500 Subject: [PATCH] #654. Testing nginx config for PWD. --- docker/nginx/vhost.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/nginx/vhost.conf b/docker/nginx/vhost.conf index 4664a79a3..0b1432913 100644 --- a/docker/nginx/vhost.conf +++ b/docker/nginx/vhost.conf @@ -1,13 +1,11 @@ ## FRONTEND ## server { - listen 80 default; + listen 80 default_server; root /app/frontend/web; index index.php index.html; - server_name localhost; - charset utf-8; # location ~* ^.+\.(jpg|jpeg|gif|png|ico|css|pdf|ppt|txt|bmp|rtf|js)$ {