Spaces:
Running
Running
Nicky Nicolson
commited on
Commit
·
39694dd
1
Parent(s):
8405227
set index page
Browse files
nginx/etc.nginx_nginx.conf
CHANGED
@@ -16,7 +16,7 @@ http {
|
|
16 |
port_in_redirect off;
|
17 |
server_name localhost;
|
18 |
root /usr/share/nginx/html;
|
19 |
-
index
|
20 |
|
21 |
location / {
|
22 |
try_files $uri $uri/ =404;
|
|
|
16 |
port_in_redirect off;
|
17 |
server_name localhost;
|
18 |
root /usr/share/nginx/html;
|
19 |
+
index home.html;
|
20 |
|
21 |
location / {
|
22 |
try_files $uri $uri/ =404;
|