up
This commit is contained in:
parent
bde355072f
commit
3378813d96
11 changed files with 20 additions and 20 deletions
|
|
@ -30,13 +30,13 @@ server {
|
|||
add_header Access-Control-Allow-Origin *;
|
||||
}
|
||||
location ~* ^(\/_matrix|\/_synapse) {
|
||||
proxy_pass http://127.0.1.1:8008;
|
||||
proxy_pass http://127.0.0.1:8008;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
# Nginx by default only allows file uploads up to 1M in size
|
||||
# Increase client_max_body_size to match max_upload_size defined in homeserver.yaml
|
||||
}
|
||||
location /admin/ {
|
||||
proxy_pass http://127.0.1.1:8100/;
|
||||
proxy_pass http://127.0.0.1:8100/;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue