mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
25 lines
545 B
ApacheConf
25 lines
545 B
ApacheConf
# This file is auto generated by Matomo, do not edit directly
|
|
# Please report any issue or improvement directly to the Matomo team.
|
|
|
|
# First, deny access to all files in this directory
|
|
<Files "*">
|
|
<IfModule mod_version.c>
|
|
<IfVersion < 2.4>
|
|
Order Deny,Allow
|
|
Deny from All
|
|
</IfVersion>
|
|
<IfVersion >= 2.4>
|
|
Require all denied
|
|
</IfVersion>
|
|
</IfModule>
|
|
<IfModule !mod_version.c>
|
|
<IfModule !mod_authz_core.c>
|
|
Order Deny,Allow
|
|
Deny from All
|
|
</IfModule>
|
|
<IfModule mod_authz_core.c>
|
|
Require all denied
|
|
</IfModule>
|
|
</IfModule>
|
|
</Files>
|