Skip to content

Commit

Permalink
yii-starter-kit#654. PWD update configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredleo committed Feb 27, 2019
1 parent 9008105 commit 5b76159
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/nginx/default.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@

## FRONTEND ##
server {
listen 80 default_server;
listen 80 default;

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)$ {
Expand Down

0 comments on commit 5b76159

Please sign in to comment.