Преглед изворни кода

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;