Update nginx-config
This commit is contained in:
parent
06189f85eb
commit
eacfccf5fb
1 changed files with 2 additions and 1 deletions
|
|
@ -4,8 +4,9 @@ server {
|
|||
server_name _;
|
||||
|
||||
location / {
|
||||
# put path to www below
|
||||
root /www;
|
||||
index index.html index.htm;
|
||||
index index.html;
|
||||
}
|
||||
|
||||
# Serve static files if they exist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue