Resolve "Document how to fix permission issues with front-end files"
Closes #388 (closed)
Following #332 (closed), we had the front-end permissions default to 750, which broke a lot of deployments with the reverse proxy not being able to read those files.
Given those are purely static files, I think 755 is a good compromise.