I'm trying to setup a Caddy reverse proxy installed in a jail to serve seafile installed on a separate jail.
This is an excerpt of the Caddy config file:
My question is how can I access this file path /opt/seafile/seafile-server-latest/seahub/media located on seafile jail from the caddy jail?
This is an excerpt of the Caddy config file:
Code:
handle_path /media*
root *
/opt/seafile/seafile-server-latest/seahub/media
My question is how can I access this file path /opt/seafile/seafile-server-latest/seahub/media located on seafile jail from the caddy jail?