This commit is contained in:
reivilibre 2021-11-01 14:18:50 +00:00
parent 6b78680875
commit bab71ee10f
4 changed files with 4 additions and 4 deletions

View file

@ -1017,7 +1017,7 @@ matrix.example.com {
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

View file

@ -339,7 +339,7 @@ matrix.example.com {
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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long