mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
14 lines
208 B
ApacheConf
14 lines
208 B
ApacheConf
<Files ~ "\.sqlite$">
|
|
Order allow,deny
|
|
Deny from All
|
|
</Files>
|
|
|
|
<Files ~ "\.config$">
|
|
Order allow,deny
|
|
Deny from all
|
|
</Files>
|
|
|
|
<Files ~ "\.log$">
|
|
Order allow,deny
|
|
Deny from all
|
|
</Files> |