0x187 / nginx_upstream

Simple Nginx proxy pass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Nginx proxy pass

local port / forward to / CDN

2087 > 104.17.121.0:2087 cloudflare HTTPS

2096 > 104.17.121.0:2096 cloudflare HTTPS

8000 > 198.41.223.0:80 cloudflare HTTP

8008 > 92.223.118.23:8080 GCore

Deployment

To deploy this project run

docker run -itd -p 2087:2087 -p 2096:2096 -p 8000:8000 -p 8008:8008 -p 80:80  mioow/nginx_upstream:latest

or

docker run -itd -p 80:80  mioow/nginx_upstream:latest

🔗 Links

docker

Authors

About

Simple Nginx proxy pass


Languages

Language:Dockerfile 100.0%