Files
Web-Infra-Reports-IT/web.config
sva-e025532 44dc7a22c0 - Add detailed HTTP error handling in web.config
- Update comments in `Server-Detail.php` to reflect current tools
- Introduce AIX/Linux backup details in `Server-Detail.php`
- Add `/X/inventory.php` for AIX/Linux server inventory display functionality
- Update `navbar.html` to include link to the new server inventory page
2025-08-05 15:35:42 +02:00

17 lines
454 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
</files>
</defaultDocument>
<security>
<authorization>
<add accessType="Allow" roles="web-infra-reports" />
</authorization>
</security>
<httpErrors errorMode="Detailed" existingResponse="PassThrough" />
</system.webServer>
</configuration>