From 8140619049ebe113f31e3db1b97225320357ca31 Mon Sep 17 00:00:00 2001 From: Renon Date: Mon, 18 Feb 2019 18:20:20 +0100 Subject: [PATCH] fix docker proxy conf url in docs causing mixed content --- docs/upgrading/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading/index.rst b/docs/upgrading/index.rst index 577066fc3..945319ad3 100644 --- a/docs/upgrading/index.rst +++ b/docs/upgrading/index.rst @@ -46,7 +46,7 @@ easy: source .env # Download newest nginx configuration file curl -L -o nginx/funkwhale.template "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/develop/deploy/docker.nginx.template" - curl -L -o nginx/funkwhale_proxy.conf "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/develop/deploy/funkwhale_proxy.conf" + curl -L -o nginx/funkwhale_proxy.conf "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/develop/deploy/docker.funkwhale_proxy.conf" # Pull the new version containers docker-compose pull # Apply the database migrations