-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb.config.fcgi
30 lines (24 loc) · 1.05 KB
/
web.config.fcgi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<heliconZoo>
<application name="rails.project.x86" >
<environmentVariables>
<add name="RACK_ENV" value="production" />
</environmentVariables>
</application>
<application name="rails.project.x64" >
<environmentVariables>
<add name="RACK_ENV" value="production" />
</environmentVariables>
</application>
</heliconZoo>
<!--
<engine name="ruby.1.9.pipe4" fullPath="%SystemDrive%\Ruby19\bin\ruby.exe" arguments="%SystemDrive%\Zoo\Workers\ruby\zack.rb" minInstances="4" maxInstances="4" />
-->
<handlers>
<add name="rails.project.x86" scriptProcessor="ruby.1.9.pipe4" path="*" verb="*" modules="HeliconZoo_x86" preCondition="bitness32" resourceType="Unspecified" requireAccess="Script" />
<add name="rails.project.x64" scriptProcessor="ruby.1.9.pipe4" path="*" verb="*" modules="HeliconZoo_x64" preCondition="bitness64" resourceType="Unspecified" requireAccess="Script" />
</handlers>
</system.webServer>
</configuration>