Skip to content

Commit b3f92a4

Browse files
authored
Update ss-worker.txt
1 parent 13c9b1d commit b3f92a4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

bash/ss-worker.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,14 @@ chmod 0755 /var/www/crons/custom ## must be 0755
515515
chmod 0700 /var/www/crons/custom/*cron* ## 0700 means only root can execute
516516
chmod 0775 /var/www/logs ## 6755 should also work
517517
chmod 0755 /var/www/meta ## must be 0755
518+
519+
## keep meta subdirectories traversable without group write ##
520+
chmod 0755 /var/www/meta/assets ## must be 0755
521+
chmod 0755 /var/www/meta/assets/images ## must be 0755
522+
chmod 0755 /var/www/meta/dynamic ## must be 0755
523+
chmod 0755 /var/www/meta/timestamps ## must be 0755
518524
chmod 0640 /var/www/meta/.htpasswd ## must be 0640
525+
519526
chmod 0700 /var/www/ss* ## 0700 means only root can execute
520527
chmod 0755 /var/www/sites ## must be 0755
521528
chmod 0755 /var/www/sites/includes ## must be 0755

0 commit comments

Comments
 (0)