Merge branch 'eliotberriot-master-patch-97701' into 'master'

Fixed wrong proxy config file in docker documentation

See merge request funkwhale/funkwhale!650
merge-requests/671/head
Eliot Berriot 2019-03-07 16:57:56 +01:00
commit 16f7400df8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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