We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ea2c3 commit ae670d5Copy full SHA for ae670d5
1 file changed
bash/ss-worker.txt
@@ -507,7 +507,7 @@ chmod 0755 /var/www/crons/custom ## must be 0755
507
chmod 0700 /var/www/crons/custom/*cron* ## 0700 means only root can execute
508
chmod 0775 /var/www/logs ## 6755 should also work
509
chmod 0775 /var/www/meta ## 6755 should also work
510
-chmod 0644 /var/www/meta/.htpasswd ## 0644 seems enough
+chmod 0640 /var/www/meta/.htpasswd ## must be 0640
511
chmod 0700 /var/www/ss* ## 0700 means only root can execute
512
chmod 0755 /var/www/sites ## must be 0755
513
chmod 0755 /var/www/sites/includes ## must be 0755
0 commit comments