An open API service indexing awesome lists of open source software.

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

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
```