Skip to content

Commit

Permalink
Support custom port for onlyoffice
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Schaefer committed Jan 17, 2025
1 parent 1630867 commit 4eed591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/apache/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ https://{$ADDITIONAL_TRUSTED_DOMAIN}:443,
route /onlyoffice/* {
uri strip_prefix /onlyoffice
reverse_proxy {$ONLYOFFICE_HOST}:80 {
header_up X-Forwarded-Host {http.request.host}/onlyoffice
header_up X-Forwarded-Host {http.request.hostport}/onlyoffice
header_up X-Forwarded-Proto https
}
}
Expand Down

0 comments on commit 4eed591

Please sign in to comment.