Skip to content
Snippets Groups Projects
Commit c5e68112 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'caddy-documentation' into 'develop'

Added Caddy reverse proxy example

See merge request funkwhale/funkwhale!859
parents bfa5b07b 7da25145
No related branches found
No related tags found
No related merge requests found
......@@ -275,6 +275,22 @@ installation guide.
Check the configuration is valid with ``apache2ctl configtest``, and once you're
done, load the new configuration with ``service apache2 restart``.
Caddy
^^^^^
If you're using Caddy as a reverse proxy in front of your docker containers (either mono or multi-container setup),
you can use the following configuration::
yourdomain.funkwhale {
proxy / 127.0.0.1:5000 {
transparent
websocket
header_upstream X-Forwarded-Host {host}:{server_port}
}
}
About internal locations
^^^^^^^^^^^^^^^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment