From 670f4616dcc4a554962110d73d080e6506d37698 Mon Sep 17 00:00:00 2001 From: Alfred Date: Wed, 27 Feb 2019 19:13:05 +0500 Subject: [PATCH] #654. Works on digital ocean but fails on PWD. localhost is not specified. --- docker/nginx/vhost.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/vhost.conf b/docker/nginx/vhost.conf index 7d92c0836..eb050a9b6 100644 --- a/docker/nginx/vhost.conf +++ b/docker/nginx/vhost.conf @@ -35,7 +35,7 @@ server { root /app/frontend/web; index index.php index.html; - server_name yii2-starter-kit.localhost; + server_name yii2-starter-kit.localhost localhost; charset utf-8;