1 Star 1 Fork 2

wanglihui/IntelliJIDEA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
idea.conf 279 Bytes
一键复制 编辑 原始数据 按行查看 历史
嘉鱼 提交于 2018-12-14 23:11 +08:00 . 初始项目
server {
listen 80;
server_name idea.example.com;
location / {
proxy_pass http://127.0.0.1:1027/;
proxy_redirect off;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dog/IntelliJIDEA.git
git@gitee.com:dog/IntelliJIDEA.git
dog
IntelliJIDEA
IntelliJIDEA
master

搜索帮助