摘要: location /api {rewrite ^/api/(.*)$ /$1 break;proxy_pass http://xxx.com;}location /socket.io {rewrite ^/api/(.*)$ /$1 break;proxy_pass http://xxx.com;} 阅读全文
posted @ 2021-11-30 10:28 Objects 阅读(752) 评论(0) 推荐(0)