Initial commit (code), runtime ignoré, secrets exclus
This commit is contained in:
11
.htaccess
Normal file
11
.htaccess
Normal file
@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user