Add line breaks at end of files

This commit is contained in:
Neil Alexander 2020-10-01 14:31:18 +01:00
parent 0a028512bb
commit 705d745c48
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 3 additions and 3 deletions

View file

@ -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;
}
}
}

View file

@ -33,4 +33,4 @@ server {
location = /_matrix/media {
proxy_pass http://media_api:8074;
}
}
}