mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-25 15:53:09 -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" }';
|
||||
|
|
|
|||
Loading…
Reference in a new issue