publish
This commit is contained in:
parent
92abfa3c89
commit
71009c551f
11 changed files with 2771 additions and 204 deletions
1
_data/.htaccess
Normal file
1
_data/.htaccess
Normal file
|
|
@ -0,0 +1 @@
|
|||
Require all denied
|
||||
2
_data/README.txt
Normal file
2
_data/README.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SQLite database files are created here on first API access.
|
||||
Do not delete .htaccess or web.config. They block direct web access to this directory.
|
||||
11
_data/web.config
Normal file
11
_data/web.config
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration>
|
||||
<system.webServer>
|
||||
<security>
|
||||
<authorization>
|
||||
<remove users="*" roles="" verbs="" />
|
||||
<add accessType="Deny" users="*" />
|
||||
</authorization>
|
||||
</security>
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
Loading…
Add table
Add a link
Reference in a new issue