First upload
This commit is contained in:
12
shop/source/cache/.htaccess
vendored
Executable file
12
shop/source/cache/.htaccess
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
# disabling file access
|
||||
<FilesMatch .*>
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</IfModule>
|
||||
</FilesMatch>
|
||||
|
||||
Options -Indexes
|
||||
2
shop/source/cache/dir.txt
vendored
Executable file
2
shop/source/cache/dir.txt
vendored
Executable file
@@ -0,0 +1,2 @@
|
||||
We store generated files for cached information in this dir.
|
||||
The files in this dir are required to be present always (as an opposite to /tmp/ files which could be removed anytime and are generated on demand)
|
||||
Reference in New Issue
Block a user