Update nginx.conf
Browse files- nginx.conf +2 -1
nginx.conf
CHANGED
@@ -5,6 +5,7 @@ server {
|
|
5 |
root usr/share/nginx/html;
|
6 |
|
7 |
location / {
|
8 |
-
|
|
|
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 |
}
|