ReverseProxy
ReverseProxy copied to clipboard
nginx好像可以用
我用nginx做代理,成功激活。我的idea是2017.2版的。 nginx.conf server { listen 80; server_name idea.domain.cn; location / { proxy_pass http://idea.lanyus.com:80; } }
可行 增加本地host 127.0.0.1 idea.domain.cn