????

Your IP : 18.222.5.111


Current Path : C:/inetpub/vhost/redmine.gdtvietnam.com/
Upload File :
Current File : C:/inetpub/vhost/redmine.gdtvietnam.com/web.config

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <handlers>
            <add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" />
        </handlers>
        <httpPlatform processPath="C:\opt\ruby\bin\ruby.exe" arguments="&quot;C:\opt\ruby\bin\thin&quot; start -p %HTTP_PLATFORM_PORT% -e production -c &quot;C:\inetpub\vhost\redmine.gdtvietnam.com&quot;" stdoutLogFile=".\log\redmine-stdout">
            <environmentVariables>
                <environmentVariable name="PATH" value="C:\opt\msys64\mingw32\bin;C:\opt\msys64\mingw64\bin;C:\opt\msys64\usr\bin;C:\opt\ruby\bin;C:\opt\pgsql\bin;%PATH%" />
                <environmentVariable name="RUBY_DLL_PATH" value="C:\opt\pgsql\bin" />
            </environmentVariables>
        </httpPlatform>
        <rewrite>
            <rules>
                <rule name="RedirectNextForm" stopProcessing="true">
                    <match url="(.*)" />
                    <action type="Redirect" url="https://redmine.nextform.vn{REQUEST_URI}" logRewrittenUrl="true" />
                </rule>
            </rules>
        </rewrite>
    </system.webServer>
</configuration>