Collabora reverse proxy config

Hi Folks,
I’d like to use Collabora Online (in combination with NextCloud). Could someone help me translate the following Apache config to Caddyfile config?
Collabora Online Office – Nextcloud > 2. Install the Apache reverse proxy

Thanks in advance

While the example config does look a little intimidating, you can ignore any line that starts with SSL as Caddy will handle this part for you.

The important parts to translate are:

  • ProxyPass / ProxyPassReverse sets
  • ProxyMatch websocket

For each one you’ll need a proxy directive in your Caddyfile. Note the transparent and websocket presets. The examples should help you out with the rest.

1 Like

Thanks for the great pointers!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.