docs: Note possible permission issues during install.

This commit is contained in:
Ben Sturmfels 2020-04-30 15:11:55 +10:00
parent a9b7bd60b2
commit 06d8fc8917
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -482,6 +482,17 @@ machine in front of you, visit <http://localhost/> or if it is a
remote server visit the URL or IP address provided to you by your remote server visit the URL or IP address provided to you by your
hosting provider. You should see MediaGoblin; this time via Nginx! hosting provider. You should see MediaGoblin; this time via Nginx!
Try logging in and uploading an image. If after uploading you see any
"Forbidden" errors from Nginx or your image doesn't show up, you may
need to update the permissions on the new directories MediaGoblin has
created::
# Debian and co.
sudo chown --no-dereference --recursive mediagoblin:www-data /srv/mediagoblin.example.org
# Fedora and co.
sudo chown --no-dereference --recursive mediagoblin:nginx /srv/mediagoblin.example.org
.. note:: .. note::
If you see an Nginx placeholder page, you may need to remove the If you see an Nginx placeholder page, you may need to remove the