Skip to content

Resolve "Document how to fix permission issues with front-end files"

Agate requested to merge 388-frontend-permissions into develop

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.

Merge request reports