Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lloydzhou/nginx-proxy-connect-docker

ngx_proxy_connect_module docker file
https://github.com/lloydzhou/nginx-proxy-connect-docker

Last synced: 7 days ago
JSON representation

ngx_proxy_connect_module docker file

Awesome Lists containing this project

README

        

# build
```
sudo docker build -t lloydzhou/nginx-proxy-connect -f Dockerfile .
```

# run
```
htpasswd -c htpasswd lloyd:lloyd
sudo docker run --rm -it -p 7777:7777 lloydzhou/nginx-proxy-connect:latest
```

# test
```
curl -v -x http://127.0.0.1:7777 https://www.baidu.com
```

# TODO
1. https
2. auth: using openresty + lua