From 715a4344df82374e1b7ed678756c651bac03c284 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Mon, 16 Sep 2019 16:58:59 +0200 Subject: [PATCH] Added missing instructions to update REVERSE_PROXY_TYPE under apache2 --- docs/installation/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index e2db529c6..3006703df 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -279,6 +279,12 @@ You'll also need the following dependencies:: sudo apt-get install libapache2-mod-xsendfile +Add the following to your ``.env`` file:: + + REVERSE_PROXY_TYPE=apache2 + +Then restart Funkwhale. This is needed to ensure Funkwhale provide proper headers for media file serving. + Then, download our sample virtualhost file: .. parsed-literal::