Fix #247: Added warning about _protected/music location in nginx configuration

merge-requests/237/head
Eliot Berriot 2018-06-05 20:13:02 +02:00
rodzic a16bd2a409
commit 589261a03f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
2 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1 @@
Added warning about _protected/music location in nginx configuration (#247)

Wyświetl plik

@ -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``.
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
^^^^^^^