@@ -3,6 +3,7 @@ server {
server_name _;
location / {
+ root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ router;
}