https://github.com/ylogx/proxy_idea
Use dockerized nginx to proxy requests to any idea server
https://github.com/ylogx/proxy_idea
docker idea intellij nginx proxy proxy-server
Last synced: 2 months ago
JSON representation
Use dockerized nginx to proxy requests to any idea server
- Host: GitHub
- URL: https://github.com/ylogx/proxy_idea
- Owner: ylogx
- Created: 2018-01-31T11:55:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T22:45:11.000Z (almost 7 years ago)
- Last Synced: 2025-10-19T22:15:09.357Z (8 months ago)
- Topics: docker, idea, intellij, nginx, proxy, proxy-server
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Proxy Server
============
This is a demo of how to use dockerized nginx to proxy requests from one host to another host.
### Example
Use nginx to proxy requests to an idea internal company license server.
```bash
# Install docker
./run.sh PORT_NUMBER
# e.g.
./run.sh 9000
```