mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-25 07:15:19 -04:00
Add domain specific matching for haproxy config (#11128)
This commit is contained in:
parent
0b99d4c8d2
commit
2014098d01
2 changed files with 2 additions and 1 deletions
|
@ -188,7 +188,7 @@ frontend https
|
|||
http-request set-header X-Forwarded-For %[src]
|
||||
|
||||
# Matrix client traffic
|
||||
acl matrix-host hdr(host) -i matrix.example.com
|
||||
acl matrix-host hdr(host) -i matrix.example.com matrix.example.com:443
|
||||
acl matrix-path path_beg /_matrix
|
||||
acl matrix-path path_beg /_synapse/client
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue