????
Your IP : 18.222.5.111
<?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=""C:\opt\ruby\bin\thin" start -p %HTTP_PLATFORM_PORT% -e production -c "C:\inetpub\vhost\redmine.gdtvietnam.com"" 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>