Nicky Nicolson commited on
Commit
39694dd
·
1 Parent(s): 8405227

set index page

Browse files
Files changed (1) hide show
  1. nginx/etc.nginx_nginx.conf +1 -1
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 index.html;
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;