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

https://github.com/caprover/nginx-reverse-proxy

A very simple reverse proxy using nginx and Docker
https://github.com/caprover/nginx-reverse-proxy

Last synced: 4 months ago
JSON representation

A very simple reverse proxy using nginx and Docker

Awesome Lists containing this project

README

          

# nginx-reverse-proxy
A very simple reverse proxy using nginx and Docker

```
docker run -p 1234:80 --env UPSTREAM_HTTP_ADDRESS='https://caprover.com' caprover/nginx-reverse-proxy
```

Open `http://localhost:1234` in your browser.