From 9c9cdd8bd6a0959e0d1558e71145ce0c234508d2 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Thu, 7 Mar 2019 16:55:08 +0100 Subject: [PATCH] Fixed wrong proxy config file in docker documentation --- docs/installation/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 283de8f81..b13f34419 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