????
Current Path : C:/inetpub/vhost/redmine/ |
Current File : C:/inetpub/vhost/redmine/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=""C:\opt\ruby\bin\thin" start -p %HTTP_PLATFORM_PORT% -e production -c "C:\inetpub\vhost\redmine""> <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> </system.webServer> </configuration>