Nginx forward proxy settings using ngx_http_proxy_connect_module.
2.0K
Nginx forward proxy settings using ngx_http_proxy_connect_module.
See https://nginx.org/LICENSE
See https://github.com/chobits/ngx_http_proxy_connect_module
It's just free. (Public Domain)
See https://github.com/yidigun/nginx-forward-proxy
linux/amd64linux/arm64You can choose only one config file of two:
/usr/local/nginx/conf/nginx-blacklist.conf/usr/local/nginx/conf/nginx-whitelist.confThese 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
Content type
Image
Digest
sha256:ff38ffcd2…
Size
5.5 MB
Last updated
about 2 years ago
docker pull yidigun/nginx-forward-proxy