Skip to content

Commit

Permalink
yii-starter-kit#654. Testing nginx config for PWD.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredleo committed Feb 27, 2019
1 parent f50bd7e commit a980d69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/nginx/vhost.conf
Original file line number Diff line number Diff line change
@@ -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)$ {
Expand Down

0 comments on commit a980d69

Please sign in to comment.