Skip to content

A 'nginx-foward-proxy' is a so simple HTTP proxy server using the nginx

Notifications You must be signed in to change notification settings

soufianebenali/openresty-nginx-forward-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openresty-nginx-forward-proxy

What is this?

A 'nginx-foward-proxy' is a so simple HTTP proxy server using the nginx. You can easily build a HTTP proxy server using this.

Try this container

IPV6

By default IPV6 is disable, to enable it, in nginx.conf remove or set to true the following property

ipv6=off;

Requirement packages

  • Docker

How to use

docker run --rm -ti xmartlabs/htpasswd username password > htpasswd
docker build -t nginx-forward-proxy .
docker run --name nginx --publish 3128:3128 -t nginx-forward-proxy
curl -x http://127.0.0.1:3128 https://www.google.pt --proxy-user username:password

Links

About

A 'nginx-foward-proxy' is a so simple HTTP proxy server using the nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 82.1%
  • Lua 17.9%