diff --git a/changes/changelog.d/247.doc b/changes/changelog.d/247.doc new file mode 100644 index 0000000000000000000000000000000000000000..c2c237a97854b5b3b94f6153fb1169efd3d0e8ac --- /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 123e3f5ea11b0a85cb078125065c39cc6b3817ee..0628fe17f5c6eac184427dab7d5d8ddb00a3883f 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 ^^^^^^^