2团日志

Nginx/OpenResty以及Spring Cloud Gateway代理WebSocket

1. Nginx/OpenResty location ~ ^/api(/business-apps/ws/.*)$ { # 去除请求路径中的api前缀 rewrite ^/api(/.*)$ $1 break;

2团 2团 Published on 2025-06-11