Sign inSign up

daimor/nginx-openssl

By daimor

Updated about 8 years ago

Image
0

187

daimor/nginx-openssl repository overview

nginx-openssl


Example

docker run -d \
    -p 443:443 \
    -e HOST=demo \
    -e NGINX_SERVER_CONF="location /api/ { proxy_pass http://someserver/api/; }" \    
    daimor/nginx-openssl

will be available by url https://demo.localtest.me/, with redirection for /api/ URL to the linked server

Tag summary

Content type

Image

Digest

Size

8.6 MB

Last updated

about 8 years ago

docker pull daimor/nginx-openssl