Postgres, LDAP, etc, check changelog

This commit is contained in:
msbt
2018-02-12 15:56:24 +01:00
parent 226eee4355
commit 5cd5b8dc2e
5 changed files with 125 additions and 18 deletions

View File

@@ -4,6 +4,9 @@ server {
server_name _;
# required, else the limit is 1mb
client_max_body_size 20M;
location /_matrix {
proxy_pass http://localhost:8008;
proxy_set_header X-Forwarded-For $remote_addr;
@@ -14,3 +17,4 @@ server {
index index.html;
}
}