Skip to content
Snippets Groups Projects

archwiki: fix directory permissions

Merged Jakub Klinkovský requested to merge lahwaacz/infrastructure:archwiki-perms into master

!51 (closed) set too strict permissions for the archwiki home directory:

  • home directory needs 751 - nginx accesses it to serve static files
  • cache and sessions directories are used only by PHP -> 750
  • uploads is public -> 755

Note that the "fix home permissions" task was duplicated. Other tasks fixing permissions were moved above.

TODO: what to do with the uploads directory? It seems unused - the default value for $wgUploadDirectory is "{$IP}/images" since MW 1.8 and we don't override it anywhere, so all uploaded files should be served from public/images/.

Edited by Jakub Klinkovský

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading