12 lines
263 B
ApacheConf
12 lines
263 B
ApacheConf
# Protection dossiers sensibles
|
|
<FilesMatch "\.(json|log|sql|md|sh)$">
|
|
Order allow,deny
|
|
Deny from all
|
|
</FilesMatch>
|
|
|
|
# PHP settings
|
|
php_value upload_max_filesize 50M
|
|
php_value post_max_size 50M
|
|
php_value max_execution_time 300
|
|
php_value memory_limit 256M
|