nginx image for proxying mailhog in OpenShift
5.4K
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/;
}
Content type
Image
Digest
sha256:05dbb83ee…
Size
14.4 MB
Last updated
over 2 years ago
docker pull bcit/openshift-mailhog-proxy