added /index.html
This commit is contained in:
@@ -4,6 +4,6 @@ server {
|
|||||||
root /nginx/www/default;
|
root /nginx/www/default;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri index.html;
|
try_files $uri /index.html;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user