Skip to content

cube-group/nginxproxy-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginxproxy-image

nginx tcp/http image

http proxy

docker run -d --restart=always \
-p 8080:8080 \
-e HTTP_LISTEN_PORT=8080 \
-e HTTP_SERVER_HOST=172.17.1.100 \
-e HTTP_SERVER_PORT=8888 \
#Modifying host during reverse proxy (Optional)
-e HTTP_HOST="a.com" \
#Remove HTTP header during reverse proxy (Optional)
-e HTTP_HIDE_HEADER="proxy_hide_header x-frame-options;\n" \
cubegroup/nginx-fast-http

tcp proxy

docker run -d --restart=always \
-p 8080:8080 \
-e TCP_LISTEN_PORT=8080 \
-e TCP_SERVER_HOST=172.17.1.100 \
-e TCP_SERVER_PORT=8089 \
cubegroup/nginx-fast-tcp

About

nginx tcp/http image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published