Update php-debian-bookworm-apache/info.txt
parent
7d6c2ddd90
commit
aef0d644f9
|
@ -4,3 +4,10 @@ ServerTokens Prod
|
|||
|
||||
/etc/php/8.3/apache2/php.ini -------------------
|
||||
expose_php = Off
|
||||
|
||||
|
||||
chown -R www-data:www-data /var/www/html/presta
|
||||
find . -type f -exec chmod 644 -- {} + to set proper permissions for all files
|
||||
find . -type d -exec chmod 755 -- {} + to set proper permissions for all directories
|
||||
chmod 666 .htaccess
|
||||
|
||||
|
|
Loading…
Reference in New Issue