mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 04:56:01 -04:00
Include x_forwarded
in workers example configs (#14667)
This commit is contained in:
parent
3a125625e7
commit
d344bc8b6e
6 changed files with 15 additions and 7 deletions
|
@ -17,6 +17,7 @@ worker_listeners:
|
|||
#
|
||||
#- type: http
|
||||
# port: 8035
|
||||
# x_forwarded: true
|
||||
# resources:
|
||||
# - names: [client]
|
||||
|
||||
|
|
|
@ -5,11 +5,10 @@ worker_name: generic_worker1
|
|||
worker_replication_host: 127.0.0.1
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_main_http_uri: http://localhost:8008/
|
||||
|
||||
worker_listeners:
|
||||
- type: http
|
||||
port: 8083
|
||||
x_forwarded: true
|
||||
resources:
|
||||
- names: [client, federation]
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ worker_replication_http_port: 9093
|
|||
worker_listeners:
|
||||
- type: http
|
||||
port: 8085
|
||||
x_forwarded: true
|
||||
resources:
|
||||
- names: [media]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue