ReverseProxy icon indicating copy to clipboard operation
ReverseProxy copied to clipboard

nginx好像可以用

Open jl360cn opened this issue 5 years ago • 1 comments

我用nginx做代理,成功激活。我的idea是2017.2版的。 nginx.conf server { listen 80; server_name idea.domain.cn; location / { proxy_pass http://idea.lanyus.com:80; } }

jl360cn avatar May 05 '19 11:05 jl360cn

可行 增加本地host 127.0.0.1 idea.domain.cn

WuGuozhi avatar Feb 09 '23 15:02 WuGuozhi