@@ -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;