diff --git a/changes/changelog.d/docker-proxy.bugfix b/changes/changelog.d/docker-proxy.bugfix new file mode 100644 index 000000000..9dac8ffb3 --- /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 ceb7b8d03..45e0b481f 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: