Postgres, LDAP, etc, check changelog
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user