Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 475 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 475 Bytes

nginx-forward-proxy

What is this?

The '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

Requirement packages

  • Docker

How to use

$ docker run --rm -d -p 3128:3128 hinata/nginx-forward-proxy:latest
$ curl -x http://127.0.0.1:3128 https://www.google.co.jp

See also

LICENSE

Apache 2.0