소스 검색

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

fanyijian 2 년 전
부모
커밋
5fc345cb88
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
     }