wIK5Ez2o commited on
Commit
e7fcafc
·
verified ·
1 Parent(s): 8960706

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +2 -1
nginx.conf CHANGED
@@ -5,6 +5,7 @@ server {
5
  root usr/share/nginx/html;
6
 
7
  location / {
8
- try_files $uri $uri/ =404;
 
9
  }
10
  }
 
5
  root usr/share/nginx/html;
6
 
7
  location / {
8
+ root usr/share/nginx/html;
9
+ index index.html index.htm;
10
  }
11
  }