Added missing instructions to update REVERSE_PROXY_TYPE under apache2
This commit is contained in:
parent
21b4bcca25
commit
715a4344df
|
@ -279,6 +279,12 @@ You'll also need the following dependencies::
|
||||||
|
|
||||||
sudo apt-get install libapache2-mod-xsendfile
|
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:
|
Then, download our sample virtualhost file:
|
||||||
|
|
||||||
.. parsed-literal::
|
.. parsed-literal::
|
||||||
|
|
Loading…
Reference in New Issue