Procházet zdrojové kódy

更新 'conf.d/businessweb-nginx.conf'

fanyijian před 2 roky
rodič
revize
5fc345cb88
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      conf.d/businessweb-nginx.conf

+ 1 - 1
conf.d/businessweb-nginx.conf

@@ -88,7 +88,7 @@ server {
 
 
     location / {
-        root /usr/share/nginx/html/businessweb11;
+        root /usr/share/nginx/html/businessweb;
         try_files $uri $uri/ /index.html;
         index index.html;
     }