mirror of
https://git.anonymousland.org/deathrow/synapse-docker-deployment.git
synced 2025-08-22 23:25:00 -04:00
Update
This commit is contained in:
parent
b832e9f16c
commit
3aaf8c3477
3 changed files with 4 additions and 15 deletions
|
@ -14,9 +14,7 @@ server {
|
|||
client_max_body_size 1024M;
|
||||
|
||||
# Well-Known
|
||||
location /.well-known/matrix/server {
|
||||
return 200 '{"m.server": "matrix.example.tld:443"}';
|
||||
}
|
||||
include /config/nginx/include.d/well-known.conf;
|
||||
|
||||
# Mjolnir Reports
|
||||
include /config/nginx/include.d/mjolnir-reports.conf;
|
||||
|
@ -24,9 +22,6 @@ server {
|
|||
# Maubot
|
||||
include /config/nginx/include.d/maubot.conf;
|
||||
|
||||
# Synapse Reports
|
||||
include /config/nginx/include.d/synapse-reports.conf;
|
||||
|
||||
# Federation_Worker
|
||||
include /config/nginx/include.d/federation_worker.conf;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue