@@ -4,7 +4,7 @@ server {
server_name localhost;
location / {
- root html;
+ root /usr/share/nginx/html;
index index.html index.htm;
}