Explorar el Código

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

fanyijian hace 2 años
padre
commit
5fc345cb88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
     }