Skip to content

Commit

Permalink
yii-starter-kit#654. Works on digital ocean but fails on PWD. localho…
Browse files Browse the repository at this point in the history
…st is not specified.
  • Loading branch information
alfredleo committed Feb 27, 2019
1 parent 556aabb commit 670f461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nginx/vhost.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 670f461

Please sign in to comment.