xiaofei 9 месяцев назад
Родитель
Сommit
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;