Skip to content
Snippets Groups Projects
Commit 1a6492ff authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '247-nginx-warning' into 'develop'

Resolve "Add a warning about the _protected/music bloc in nginx configuration"

Closes #247

See merge request funkwhale/funkwhale!231
parents 08bca983 589261a0
No related branches found
No related tags found
No related merge requests found
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``.
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
^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment