For example:
find /opt/mediagoblin/user_dev/crypto -type d -exec chmod 750 {} \;
find /opt/mediagoblin/user_dev/crypto -type f -exec chmod 640 {} \;
find /opt/mediagoblin/user_dev/crypto -type d -exec chmod 750 {} \;
find /opt/mediagoblin/user_dev/crypto -type f -exec chmod 640 {} \;
Plus also need chown. Can we spell out the chmod
commands to avoid the numbers? These are totally opaque to new users eg. "grwx"?
I've updated the commands at the bottom of the "Nginx as a reverse proxy section" to include the above
chmods
, plus one for fixing the virtualenvbin
directory.