Files
Kanboard-Prod/data/web.config
Trapulo 15bddd1a90 IIS secure
Out of the box security on the folder, as htaccess in Apache
2016-03-07 12:06:57 +01:00

7 lines
160 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<handlers accessPolicy="None" />
</system.webServer>
</configuration>