Sign inSign up

bcit/openshift-mailhog-proxy

By bcit

Updated over 2 years ago

nginx image for proxying mailhog in OpenShift

Image
0

5.4K

bcit/openshift-mailhog-proxy repository overview

proxies mailhog

location / {
        proxy_pass http://openshift-mailhog:8025;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
    }

and removes jim by replacing css

location /css/style.css {
        root /www/;
    }

Tag summary

Content type

Image

Digest

sha256:05dbb83ee

Size

14.4 MB

Last updated

over 2 years ago

docker pull bcit/openshift-mailhog-proxy