yc550370460
Results
1
comments of
yc550370460
config.js 配置成你的域名 nginx: location ^~/ { proxy_pass http://xxxxx:32000; } location ^~ /api/v1 { proxy_pass http://xxxxx:8080; }