Fix a typo in the sample config. (#7890)
parent
a7b06a81f0
commit
64d2280299
|
@ -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
|
# names: a list of names of HTTP resources. See below for a list of
|
||||||
# valid resource names.
|
# 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_resources: Only valid for an 'http' listener. A map of
|
||||||
# additional endpoints which should be loaded via dynamic modules.
|
# 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
|
# names: a list of names of HTTP resources. See below for a list of
|
||||||
# valid resource names.
|
# 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_resources: Only valid for an 'http' listener. A map of
|
||||||
# additional endpoints which should be loaded via dynamic modules.
|
# additional endpoints which should be loaded via dynamic modules.
|
||||||
|
|
Loading…
Reference in New Issue