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 3439d00 commit b312759Copy full SHA for b312759
1 file changed
bash/ss-perms-php-config.txt
@@ -83,7 +83,7 @@ fi
83
if [ ! -f "/var/www/logs/php-error.log" ]; then ss_touch "/var/www/logs/php-error.log"; fi
84
85
chown www-data:www-data /var/www/logs/php-error.log
86
-chmod 0644 /var/www/logs/php-error.log ## 6755 should also work
+chmod 0640 /var/www/logs/php-error.log ## must be 0640
87
88
####################################################################################################
89
#### D. SS-Perms-PHP-Config: Reset Permissions (Adminer.php) #######################################
0 commit comments