web.config path updated.
This commit is contained in:
parent
b42aeb7d5a
commit
9027c9c39e
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<system.webServer>
|
<system.webServer>
|
||||||
<handlers>
|
<handlers>
|
||||||
<add name="iisnode" path="dist/app.js" verb="*" modules="iisnode"/>
|
<add name="iisnode" path="dist/src/app.js" verb="*" modules="iisnode"/>
|
||||||
</handlers>
|
</handlers>
|
||||||
<rewrite>
|
<rewrite>
|
||||||
<rules>
|
<rules>
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
<conditions>
|
<conditions>
|
||||||
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="True"/>
|
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="True"/>
|
||||||
</conditions>
|
</conditions>
|
||||||
<action type="Rewrite" url="dist/app.js"/>
|
<action type="Rewrite" url="dist/src/app.js"/>
|
||||||
</rule>
|
</rule>
|
||||||
</rules>
|
</rules>
|
||||||
</rewrite>
|
</rewrite>
|
||||||
|
|
Loading…
Add table
Reference in a new issue