We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6333b59 + a425f5b commit 499c51aCopy full SHA for 499c51a
Containers/apache/Caddyfile
@@ -40,7 +40,7 @@ https://{$ADDITIONAL_TRUSTED_DOMAIN}:443,
40
route /onlyoffice/* {
41
uri strip_prefix /onlyoffice
42
reverse_proxy {$ONLYOFFICE_HOST}:80 {
43
- header_up X-Forwarded-Host {http.request.host}/onlyoffice
+ header_up X-Forwarded-Host {http.request.hostport}/onlyoffice
44
header_up X-Forwarded-Proto https
45
}
46
0 commit comments