Skip to content

Commit

Permalink
fix for the configuration sample
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Sep 16, 2011
1 parent 277eeb5 commit 6595e94
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/samples/configuration/web.config
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
-->

<iisnode
nodeProcessCommandLine="%systemdrive%\node\node.exe"
maxProcessCountPerApplication="4"
maxConcurrentRequestsPerProcess="1024"
maxPendingRequestsPerApplication="1024"
Expand All @@ -83,6 +82,15 @@
appendToExistingLog="false"
logFileFlushInterval="5000"
/>

<!--

One more setting that can be modified is the path to the node.exe executable:

<iisnode
nodeProcessCommandLine="&quot;%programfiles%\nodejs\node.exe&quot;" />

-->

</system.webServer>
</configuration>

0 comments on commit 6595e94

Please sign in to comment.