From 68ef843564caac7572e5013a97d729d001f14dc7 Mon Sep 17 00:00:00 2001 From: dusan Date: Wed, 31 Dec 2025 18:28:08 +0100 Subject: [PATCH] NOISSUE - Update Nginx ports config Signed-off-by: dusan --- docker/nginx/nginx-key.conf | 2 +- docker/nginx/nginx-x509.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/nginx/nginx-key.conf b/docker/nginx/nginx-key.conf index e74f20b57..e67edfddf 100644 --- a/docker/nginx/nginx-key.conf +++ b/docker/nginx/nginx-key.conf @@ -145,7 +145,7 @@ http { location /ws/ { include snippets/proxy-headers.conf; include snippets/ws-upgrade.conf; - proxy_pass http://http-adapter:${SMQ_HTTP_ADAPTER_HTTP_PORT}/; + proxy_pass http://http-adapter:${SMQ_HTTP_ADAPTER_PORT}/; } } } diff --git a/docker/nginx/nginx-x509.conf b/docker/nginx/nginx-x509.conf index a00deeb6b..53801fa2b 100644 --- a/docker/nginx/nginx-x509.conf +++ b/docker/nginx/nginx-x509.conf @@ -158,7 +158,7 @@ http { include snippets/verify-ssl-client.conf; include snippets/proxy-headers.conf; include snippets/ws-upgrade.conf; - proxy_pass http://http-adapter:${SMQ_HTTP_ADAPTER_HTTP_PORT}/; + proxy_pass http://http-adapter:${SMQ_HTTP_ADAPTER_PORT}/; } } }