1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-06 16:06:52 +00:00
This commit is contained in:
anoadragon453 2024-12-19 14:02:33 +00:00
parent 7585258527
commit 0cb6c6fae9
4 changed files with 4 additions and 4 deletions

View file

@ -977,7 +977,7 @@ reverse proxy is using.</p>
proxy_pass http://localhost:8008;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $host;
proxy_set_header Host $host:$server_port;
# Nginx by default only allows file uploads up to 1M in size
# Increase client_max_body_size to match max_upload_size defined in homeserver.yaml

View file

@ -220,7 +220,7 @@ reverse proxy is using.</p>
proxy_pass http://localhost:8008;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $host;
proxy_set_header Host $host:$server_port;
# Nginx by default only allows file uploads up to 1M in size
# Increase client_max_body_size to match max_upload_size defined in homeserver.yaml

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long