first commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
php_flag display_errors off
|
||||
|
||||
php_value memory_limit 2048M
|
||||
php_value max_input_vars 20000
|
||||
|
||||
Header always unset X-Frame-Options
|
||||
|
||||
# Disable directory browsing
|
||||
Options -Indexes
|
||||
|
||||
<FilesMatch "^\.">
|
||||
Require all denied
|
||||
</FilesMatch>
|
||||
|
||||
<Files *.txt>
|
||||
ForceType applicaton/octet-stream
|
||||
</Files>
|
||||
|
||||
<Files composer.*>
|
||||
Require all denied
|
||||
</Files>
|
||||
Reference in New Issue
Block a user