From b989ae0e606827464114b96c8969b35e0e9bdd15 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Sun, 27 Jan 2019 14:45:38 +0100
Subject: [PATCH] Fixed wrong URL in documentation for funkwhale_proxy.conf
 file when deploying using Docker

---
 changes/changelog.d/docker-proxy.bugfix | 1 +
 docs/installation/docker.rst            | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 changes/changelog.d/docker-proxy.bugfix

diff --git a/changes/changelog.d/docker-proxy.bugfix b/changes/changelog.d/docker-proxy.bugfix
new file mode 100644
index 00000000..9dac8ffb
--- /dev/null
+++ b/changes/changelog.d/docker-proxy.bugfix
@@ -0,0 +1 @@
+Fixed wrong URL in documentation for funkwhale_proxy.conf file when deploying using Docker
diff --git a/docs/installation/docker.rst b/docs/installation/docker.rst
index ceb7b8d0..45e0b481 100644
--- a/docs/installation/docker.rst
+++ b/docs/installation/docker.rst
@@ -133,7 +133,7 @@ Download the sample docker-compose file:
     cd /srv/funkwhale
     mkdir nginx
     curl -L -o nginx/funkwhale.template "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/|version|/deploy/docker.nginx.template"
-    curl -L -o nginx/funkwhale_proxy.conf "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/|version|/deploy/funkwhale_proxy.conf"
+    curl -L -o nginx/funkwhale_proxy.conf "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/|version|/deploy/docker.funkwhale_proxy.conf"
     curl -L -o docker-compose.yml "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/|version|/deploy/docker-compose.yml"
 
 At this point, the architecture of ``/srv/funkwhale``  should look like that:
-- 
GitLab