mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-12-21 05:44:34 -05:00
b536928661
Signed-off-by: Daniel Gray <dngray@privacyguides.org>
14 lines
324 B
Plaintext
14 lines
324 B
Plaintext
@matrix {
|
|
path /.well-known/matrix/*
|
|
}
|
|
|
|
handle @matrix {
|
|
reverse_proxy 10.163.5.51:81 {
|
|
header_up Host matrix.privacyguides.org
|
|
header_up X-Forwarded-Port {http.request.port}
|
|
header_up X-Forwarded-TlsProto {tls_protocol}
|
|
header_up X-Forwarded-TlsCipher {tls_cipher}
|
|
header_up X-Forwarded-HttpsProto {proto}
|
|
}
|
|
}
|