mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 12:39:58 +02:00
Fix #247: Added warning about _protected/music location in nginx configuration
This commit is contained in:
parent
a16bd2a409
commit
589261a03f
2 changed files with 8 additions and 0 deletions
1
changes/changelog.d/247.doc
Normal file
1
changes/changelog.d/247.doc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Added warning about _protected/music location in nginx configuration (#247)
|
|
@ -114,6 +114,13 @@ Then, download our sample virtualhost file and proxy conf:
|
||||||
Ensure static assets and proxy pass match your configuration, and check the configuration is valid with ``nginx -t``.
|
Ensure static assets and proxy pass match your configuration, and check the configuration is valid with ``nginx -t``.
|
||||||
If everything is fine, you can restart your nginx server with ``service nginx restart``.
|
If everything is fine, you can restart your nginx server with ``service nginx restart``.
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
|
||||||
|
If you plan to use to in-place import, ensure the alias value
|
||||||
|
in the ``_protected/music`` location matches your MUSIC_DIRECTORY_SERVE_PATH
|
||||||
|
env var.
|
||||||
|
|
||||||
|
|
||||||
Apache2
|
Apache2
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue