Просмотр исходного кода

Merge pull request #1182 from Toorero/fix-missing-proto-header

Added missing X-Forwarded-Proto header
pull/1190/head
Slavi Pantaleev 5 лет назад
committed by GitHub
Родитель
Сommit
635b0cf670
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      examples/apache/matrix-synapse.conf

+ 2
- 0
examples/apache/matrix-synapse.conf Просмотреть файл

@@ -32,6 +32,7 @@
ProxyPreserveHost On ProxyPreserveHost On
ProxyRequests Off ProxyRequests Off
ProxyVia On ProxyVia On
RequestHeader set "X-Forwarded-Proto" expr=%{REQUEST_SCHEME}


# Keep some URIs free for different proxy/location # Keep some URIs free for different proxy/location
ProxyPassMatch ^/.well-known/matrix/client ! ProxyPassMatch ^/.well-known/matrix/client !
@@ -111,6 +112,7 @@ Listen 8448
ProxyPreserveHost On ProxyPreserveHost On
ProxyRequests Off ProxyRequests Off
ProxyVia On ProxyVia On
RequestHeader set "X-Forwarded-Proto" expr=%{REQUEST_SCHEME}


# Proxy all remaining traffic to the Synapse port # Proxy all remaining traffic to the Synapse port
# Beware: In this example the local traffic goes to the local synapse server at 127.0.0.1 # Beware: In this example the local traffic goes to the local synapse server at 127.0.0.1


Загрузка…
Отмена
Сохранить