From 589261a03fff6d647557bbfd6552816d3eebc9af Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Tue, 5 Jun 2018 20:13:02 +0200 Subject: [PATCH] Fix #247: Added warning about _protected/music location in nginx configuration --- changes/changelog.d/247.doc | 1 + docs/installation/index.rst | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 changes/changelog.d/247.doc diff --git a/changes/changelog.d/247.doc b/changes/changelog.d/247.doc new file mode 100644 index 000000000..c2c237a97 --- /dev/null +++ b/changes/changelog.d/247.doc @@ -0,0 +1 @@ +Added warning about _protected/music location in nginx configuration (#247) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 123e3f5ea..0628fe17f 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -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 ^^^^^^^