Skip to content

Andarius/nginx-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGINX with http_proxy_connect

Build

  • docker build -t nginx-upload:v1 . -f Dockerfile

Run

  • docker run -p 8080:8080 -v "$(pwd)/nginx.conf":/etc/nginx/nginx.conf:ro --name nginx-forward andarius/nginx_proxy:latest

Test

  • curl https://github.com/ -v -x localhost:8080 to make an https request using the proxy

Releases

No releases published

Packages

No packages published