Skip to content
Snippets Groups Projects
Unverified Commit 06956477 authored by gisforgabriel's avatar gisforgabriel Committed by Agate
Browse files

Docs - Reverse proxy - Caddy v2 installation notes

parent 7e76fa0b
Branches
Tags
No related merge requests found
Updated documentation to reflect changes in Caddy v2.
...@@ -324,7 +324,15 @@ Caddy ...@@ -324,7 +324,15 @@ Caddy
^^^^^ ^^^^^
If you're using Caddy as a reverse proxy in front of your docker containers (either mono or multi-container setup), 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:: you can use the following Caddyfile configuration:
Caddy v2::
yourdomain.funkwhale
reverse_proxy 127.0.0.1:5000
Caddy v1::
yourdomain.funkwhale { yourdomain.funkwhale {
proxy / 127.0.0.1:5000 { proxy / 127.0.0.1:5000 {
...@@ -335,7 +343,6 @@ you can use the following configuration:: ...@@ -335,7 +343,6 @@ you can use the following configuration::
} }
About internal locations About internal locations
^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment