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

Revert "Proxy to the FE the proxy65 port"

This reverts commit 108593d7.
parent 753d101a
No related branches found
No related tags found
1 merge request!220Sistemazioni e pulizia prosody xmpp
......@@ -83,14 +83,12 @@ default_archive_policy = true
-- Standard ports
c2s_ports = {5222}
s2s_ports = {5269}
proxy65_ports = {5000}
-- PROXY protocol ports
proxy_port_mappings = {
[15222] = "c2s",
[15269] = "s2s",
[15280] = "http",
[15000] = "proxy65"
[15280] = "http"
}
proxy_trusted_proxies = {
......
......@@ -13,7 +13,6 @@ jabber:
- 5269
- 5280
- 5282
- 15000
- 15222
- 15269
- 15280
......@@ -39,8 +38,6 @@ 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