Skip to content
Snippets Groups Projects
Unverified Commit 64d22802 authored by Adrian's avatar Adrian Committed by GitHub
Browse files

Fix a typo in the sample config. (#7890)

parent a7b06a81
Branches
Tags
No related merge requests found
Fix typo in generated config file. Contributed by @ThiefMaster.
...@@ -148,7 +148,7 @@ pid_file: DATADIR/homeserver.pid ...@@ -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): ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment