mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 07:40:17 +00:00
NOISSUE - Update Nginx ports config
Signed-off-by: dusan <borovcanindusan1@gmail.com>
This commit is contained in:
@@ -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}/;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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}/;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user