diff --git a/docs/installation/index.rst b/docs/installation/index.rst
index 283de8f8138cd75ad74175652e4f7d4c05ac77c8..b13f34419f7a833df507691da3cb969f09366083 100644
--- a/docs/installation/index.rst
+++ b/docs/installation/index.rst
@@ -154,7 +154,7 @@ On docker deployments, run the following commands:
 
     export FUNKWHALE_VERSION="|version|"
     # download the needed files
-    curl -L -o /etc/nginx/funkwhale_proxy.conf "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/|version|/deploy/docker.funkwhale_proxy.conf"
+    curl -L -o /etc/nginx/funkwhale_proxy.conf "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/|version|/deploy/funkwhale_proxy.conf"
     curl -L -o /etc/nginx/sites-available/funkwhale.template "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/|version|/deploy/docker.proxy.template"
 
 .. code-block:: shell