소스 검색

3.4.1 qmth-boot升级为1.0.5

xiaofei 9 달 전
부모
커밋
0681bfb94b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      distributed-print/install/nginx/teachcloud.conf

+ 1 - 1
distributed-print/install/nginx/teachcloud.conf

@@ -25,7 +25,7 @@ server {
                 try_files $uri $uri/ /mark/index.html;
         }
 		
-        location ^~ /api/ {
+        location ~ ^/(api|fss)/ {
                 proxy_pass http://127.0.0.1:7410;
                 proxy_set_header Host   $http_host;
                 proxy_set_header X-Real-IP $remote_addr;