Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
config
Commits
108593d7
Verified
Commit
108593d7
authored
2 years ago
by
blallo
Browse files
Options
Downloads
Patches
Plain Diff
Proxy to the FE the proxy65 port
parent
04c5c68e
Branches
Branches containing commit
No related tags found
1 merge request
!220
Sistemazioni e pulizia prosody xmpp
Pipeline
#45113
passed
2 years ago
Stage: deploy
Stage: run
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/prosody/templates/prosody.cfg.lua.j2
+3
-1
3 additions, 1 deletion
roles/prosody/templates/prosody.cfg.lua.j2
services.im.yml
+3
-0
3 additions, 0 deletions
services.im.yml
with
6 additions
and
1 deletion
roles/prosody/templates/prosody.cfg.lua.j2
+
3
−
1
View file @
108593d7
...
...
@@ -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
=
{
...
...
This diff is collapsed.
Click to expand it.
services.im.yml
+
3
−
0
View file @
108593d7
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
blallo
@blallo
mentioned in commit
25113ff2
·
2 years ago
mentioned in commit
25113ff2
mentioned in commit 25113ff257793b7c1a74b08505ace2bf4810d3e4
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment