Sign inSign up

letssudormrf/nginx-httpd

By letssudormrf

Updated about 7 years ago

nginx-httpd

Image
0

1.8K

letssudormrf/nginx-httpd repository overview

nginx-httpd

Quick Start

For docker run command example

docker run -d --restart always -v /mnt/:/tmp/ -p 80:8080 -p 443:8443 -e FORWARDPROXY=ON -e BASICAUTH="user password" -e UUID=117ff1a7-d810-4ec7-b368-6fc4491a4435 -e WSPATH=/v2/ -e FAILOVER=www.example.com -e [email protected] -e DOMAIN=your-domain.example.com --name nginx-httpd letssudormrf/nginx-httpd

Outbound enable the socks5 proxy example

docker run -d --restart always -p 80:8080 -p 443:8443 -e PROXY="ON" -e PROXYIP="127.0.0.1" -e PROXYPORT="1080" --name nginx-httpd letssudormrf/nginx-httpd

Create CERT & KEY Environment

cat fullchain.cer | sed ':a;N;$!ba;s#\n#\\n#g'
cat www.example.com.key | sed ':a;N;$!ba;s#\n#\\n#g'

Tag summary

Content type

Image

Digest

Size

34.4 MB

Last updated

about 7 years ago

docker pull letssudormrf/nginx-httpd