Skip to content

yadoudou/nginx_proxy_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nginx_proxy_docker

An nginx proxy support https based on docker

clone this repositories

git clone https://github.com/yadoudou/nginx_proxy_docker.git

build image

docker build -t nginx:proxy_1.17.4 .

run it

docker run -d -p 8888:8888 -v /path/to/nginx_proxy_docker/nginx.conf:/etc/nginx/nginx.conf nginx:proxy_1.17.4

test it

curl https://www.baidu.com -v -x 127.0.0.1:8888

About

An nginx proxy support https based on docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published