<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpProtocol>
            <customHeaders>
                <add name="Access-Control-Allow-Origin" value="*" />
                <add name="Access-Control-Allow-Methods" value="GET, POST, OPTIONS" />
                <add name="Access-Control-Allow-Headers" value="Content-Type" />
            </customHeaders>
        </httpProtocol>
        <handlers>
            <add name="php74-fcgi" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="D:\BtSoft\php\74\php-cgi.exe" resourceType="Either" requireAccess="Script" />
        </handlers>
        <defaultDocument>
            <files>
                <clear />
                <add value="read_nlf.php" />
                <add value="1.html" />
                <add value="index.html" />
                <add value="default.htm" />
            </files>
        </defaultDocument>
    </system.webServer>
</configuration>
