Merge pull request #8 from 11notes/nginx_1.15.7

added /index.html
This commit is contained in:
11notes
2018-12-12 16:52:41 +01:00
committed by GitHub

View File

@@ -4,6 +4,6 @@ server {
root /nginx/www/default;
location / {
try_files $uri index.html;
try_files $uri /index.html;
}
}