- 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
17 lines
454 B
XML
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>
|