Переглянути джерело

更新 'conf.d/template.conf'

fanyijian 3 роки тому
батько
коміт
d853831ec9
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      conf.d/template.conf

+ 2 - 2
conf.d/template.conf

@@ -20,8 +20,8 @@ server {
 
     location / {
         root /usr/share/nginx/html/;
-        try_files $uri $uri/ /index.html;
-        index index.html;
+        try_files $uri $uri/ /login.html;
+        index login.html;
     }
 
 }