mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 23:03:10 -06:00
Add line breaks at end of files
This commit is contained in:
parent
0a028512bb
commit
705d745c48
|
|
@ -8,7 +8,7 @@ server {
|
|||
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_read_timeout 600;
|
||||
proxy_read_timeout 600;
|
||||
|
||||
location = /.well-known/matrix/server {
|
||||
return 200 '{ "m.server": "my.hostname.com:443" }';
|
||||
|
|
@ -21,4 +21,4 @@ server {
|
|||
location = /_matrix {
|
||||
proxy_pass http://monolith:8008;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,4 +33,4 @@ server {
|
|||
location = /_matrix/media {
|
||||
proxy_pass http://media_api:8074;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue