mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-06 00:17:54 -05:00
Fix a typo in the sample config. (#7890)
This commit is contained in:
parent
a7b06a81f0
commit
64d2280299
1
changelog.d/7890.misc
Normal file
1
changelog.d/7890.misc
Normal file
@ -0,0 +1 @@
|
||||
Fix typo in generated config file. Contributed by @ThiefMaster.
|
@ -148,7 +148,7 @@ pid_file: DATADIR/homeserver.pid
|
||||
# names: a list of names of HTTP resources. See below for a list of
|
||||
# valid resource names.
|
||||
#
|
||||
# compress: set to true to enable HTTP comression for this resource.
|
||||
# compress: set to true to enable HTTP compression for this resource.
|
||||
#
|
||||
# additional_resources: Only valid for an 'http' listener. A map of
|
||||
# additional endpoints which should be loaded via dynamic modules.
|
||||
|
@ -739,7 +739,7 @@ class ServerConfig(Config):
|
||||
# names: a list of names of HTTP resources. See below for a list of
|
||||
# valid resource names.
|
||||
#
|
||||
# compress: set to true to enable HTTP comression for this resource.
|
||||
# compress: set to true to enable HTTP compression for this resource.
|
||||
#
|
||||
# additional_resources: Only valid for an 'http' listener. A map of
|
||||
# additional endpoints which should be loaded via dynamic modules.
|
||||
|
Loading…
Reference in New Issue
Block a user