diff --git a/changes/changelog.d/1137.docs b/changes/changelog.d/1137.docs
new file mode 100644
index 0000000000000000000000000000000000000000..9a4ae4d19e37a2b0e8c9291a05421251efe77ae2
--- /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 1fd338976be367f0ba85e422a8a49816d740c811..08f521781b0e197a37806f284b57ec9e2bef2482 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
 ^^^^^^^^^^^^^^^^^^^^^^^^