Skip to content

nginx-forward-proxy using ngx_http_proxy_connect_module

Notifications You must be signed in to change notification settings

yidigun/nginx-forward-proxy

Repository files navigation

Nginx Forward Proxy

Nginx forward proxy settings using ngx_http_proxy_connect_module.

Nginx License

See https://nginx.org/LICENSE

ngx_http_proxy_connect_module License

See https://github.com/chobits/ngx_http_proxy_connect_module

Dockerfile License

It's just free. (Public Domain)

See https://github.com/yidigun/nginx-forward-proxy

Supported OS/Arch

  • linux/amd64
  • linux/arm64

Changelog

  • 2024-08-26 - Upgrade nginx version and add documentation

Use Image

You can choose only one config file of two:

These files are shipped with this image, or you can download from GitHub.

# download blacklist.conf or whitelist.conf
curl -O https://raw.githubusercontent.com/yidigun/nginx-forward-proxy/master/nginx-blacklist.conf

# edit to customize
vim nginx-blacklist.conf

# Run container
docker run -d 
    -v nginx-blacklist.conf:/usr/local/nginx/conf/nginx.conf \
    yidigun/nginx-forward-proxy:latest

About

nginx-forward-proxy using ngx_http_proxy_connect_module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published