mirror of
https://git.anonymousland.org/deathrow/synapse-docker-deployment.git
synced 2025-03-03 10:29:13 -05:00
12 lines
399 B
Plaintext
12 lines
399 B
Plaintext
location /_matrix/maubot/v1/logs {
|
|
proxy_pass http://maubot:29316;
|
|
proxy_http_version 1.1;
|
|
proxy_set_header Upgrade $http_upgrade;
|
|
proxy_set_header Connection "Upgrade";
|
|
proxy_set_header X-Forwarded-For $remote_addr;
|
|
}
|
|
|
|
location /_matrix/maubot {
|
|
proxy_pass http://maubot:29316;
|
|
proxy_set_header X-Forwarded-For $remote_addr;
|
|
} |