浏览代码

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;