nginx反代及多端口
proxy_pass代理配置 location / {
proxy_pass http://127.0.0.1:3000;
proxy_http_version 1.1;
proxy_cache_bypas...
•默认分类
0