diff --git a/changes/changelog.d/1137.docs b/changes/changelog.d/1137.docs new file mode 100644 index 000000000..9a4ae4d19 --- /dev/null +++ b/changes/changelog.d/1137.docs @@ -0,0 +1 @@ +Updated documentation to reflect changes in Caddy v2. diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 1fd338976..08f521781 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -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), -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 { proxy / 127.0.0.1:5000 { @@ -335,7 +343,6 @@ you can use the following configuration:: } - About internal locations ^^^^^^^^^^^^^^^^^^^^^^^^