Fix capitalization: matrix → Matrix

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2024-10-18 23:28:00 +09:00
parent 08a569b0e6
commit 55fcaac1f1
51 changed files with 107 additions and 108 deletions
CHANGELOG.mdREADME.md
docs
examples/reverse-proxies
caddy2
nginx-proxy-manager
nginx
group_vars
roles/custom
matrix-appservice-draupnir-for-all
matrix-base
defaults
templates
matrix-bot-chatgpt
defaults
matrix-bot-draupnir
matrix-bot-matrix-registration-bot
defaults
matrix-bot-mjolnir
matrix-bot-postmoogle
defaults
matrix-bridge-appservice-irc
defaults
templates
matrix-bridge-go-skype-bridge
matrix-bridge-mautrix-gmessages
matrix-bridge-mautrix-signal
matrix-bridge-mautrix-whatsapp
matrix-bridge-mautrix-wsproxy
matrix-media-repo
defaults
templates
matrix-pantalaimon
defaults
matrix-registration
defaults
matrix-static-files
matrix-synapse
defaults
templates
matrix-user-verification-service
defaults
matrix_playbook_migration

@ -45,7 +45,7 @@ server {
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
}
# settings for matrix federation
# settings for Matrix federation
server {
# For the federation port
# TODO: once per IP and port you should add `reuseport`, if you don't have that in any other nginx config file, add it here by uncommenting the lines below and commenting the one after with `quic` but without `reuseport`