Browse Source

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

fanyijian 2 năm trước cách đây
mục cha
commit
5fc345cb88
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
     }