added /index.html

This commit is contained in:
11notes
2018-12-12 16:15:27 +01:00
parent d289823e75
commit 188a026e22

View File

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