Skip to content
Snippets Groups Projects
Verified Commit 108593d7 authored by blallo's avatar blallo
Browse files

Proxy to the FE the proxy65 port

parent 04c5c68e
Branches
No related tags found
1 merge request!220Sistemazioni e pulizia prosody xmpp
Pipeline #45113 passed
......@@ -79,12 +79,14 @@ archive_expires_after = "1w"
-- Standard ports
c2s_ports = {5222}
s2s_ports = {5269}
proxy65_ports = {5000}
-- PROXY protocol ports
proxy_port_mappings = {
[15222] = "c2s",
[15269] = "s2s",
[15280] = "http"
[15280] = "http",
[15000] = "proxy65"
}
proxy_trusted_proxies = {
......
......@@ -13,6 +13,7 @@ jabber:
- 5269
- 5280
- 5282
- 15000
- 15222
- 15269
- 15280
......@@ -38,6 +39,8 @@ jabber:
- name: prosody
use_proxy_protocol: true
ports:
- internal: 15000
public: 5000
- internal: 15222
public: 5222
- internal: 15269
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment