Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
d7e27a1f
Unverified
Commit
d7e27a1f
authored
6 years ago
by
Richard van der Hoff
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix typo in config comments (#4557)
parent
142b2cdd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/4557.misc
+1
-0
1 addition, 0 deletions
changelog.d/4557.misc
synapse/config/tls.py
+2
-2
2 additions, 2 deletions
synapse/config/tls.py
with
3 additions
and
2 deletions
changelog.d/4557.misc
0 → 100644
+
1
−
0
View file @
d7e27a1f
Fix comment typo in TLS section of config
This diff is collapsed.
Click to expand it.
synapse/config/tls.py
+
2
−
2
View file @
d7e27a1f
...
...
@@ -199,10 +199,10 @@ class TlsConfig(Config):
# If your server runs behind a reverse-proxy which terminates TLS connections
# (for both client and federation connections), it may be useful to disable
# All TLS support for incoming connections. Setting no_tls to
Fals
e will
# All TLS support for incoming connections. Setting no_tls to
Tru
e will
# do so (and avoid the need to give synapse a TLS private key).
#
# no_tls:
Fals
e
# no_tls:
Tru
e
# List of allowed TLS fingerprints for this server to publish along
# with the signing keys for this server. Other matrix servers that
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment