-
Hi, I need to deploy a single container with different services with mixed protos on different container ports behind nginx-proxy.
However, one of the services is running HTTP whilst the other service is running (self-signed) HTTPS (non-standard port). The HTTP service is working fine, The HTTPS seems to cause issues with Ideally it would be possible to define "proto" next to "port" and "dest" per item. Or am I missing something obvious? Thanks for any insights/thoughts! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Rolf-MP Unfortunately you did not miss anything, nginx-proxy support for different protocols is currently only at the container level (with As you suggested, it should ideally be possible to define |
Beta Was this translation helpful? Give feedback.
Proposed solution : #2561