Ver a proveniência

Merge pull request #652 from 0hlov3/master

Corrects the Caddyfile
pull/653/head
Slavi Pantaleev há 5 anos
committed by GitHub
ascendente
cometimento
1ffa871eaf
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      examples/caddy2/Caddyfile

+ 2
- 2
examples/caddy2/Caddyfile Ver ficheiro

@@ -49,7 +49,7 @@ matrix.DOMAIN.tld {

# identity
handle @identity {
reverse_proxy localhost:8090/_matrix/identity {
reverse_proxy localhost:8090 {
header_up X-Forwarded-Port {http.request.port}
header_up X-Forwarded-Proto {http.request.scheme}
header_up X-Forwarded-TlsProto {tls_protocol}
@@ -60,7 +60,7 @@ matrix.DOMAIN.tld {

# search
handle @search {
reverse_proxy localhost:8090/_matrix/client/r0/user_directory/search {
reverse_proxy localhost:8090 {
header_up X-Forwarded-Port {http.request.port}
header_up X-Forwarded-Proto {http.request.scheme}
header_up X-Forwarded-TlsProto {tls_protocol}


Carregando…
Cancelar
Guardar