Initial work on getting nginx reverse proxying working with Dendrite
This commit is contained in:
@ -64,7 +64,7 @@ global:
|
||||
|
||||
# Disables federation. Dendrite will not be able to make any outbound HTTP requests
|
||||
# to other servers and the federation API will not be exposed.
|
||||
disable_federation: {{ matrix_dendrite_disable_federation|to_json }}
|
||||
disable_federation: {{ (not matrix_dendrite_federation_enabled)|to_json }}
|
||||
|
||||
# Configuration for Kafka/Naffka.
|
||||
kafka:
|
||||
|
Reference in New Issue
Block a user