Update web.config
This commit is contained in:
parent
4ee30120b7
commit
e115275ed0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
<rule name="NodeInspector" patternSyntax="ECMAScript" stopProcessing="true">
|
<rule name="NodeInspector" patternSyntax="ECMAScript" stopProcessing="true">
|
||||||
<match url="^server.js\/debug[\/]?" />
|
<match url="^server.js\/debug[\/]?" />
|
||||||
</rule>
|
</rule>
|
||||||
<!-- First we consider whether the incoming URL matches a physical file in the /public folder -->
|
<!-- First we consider whether the incoming URL matches a physical file in the /public folder. -->
|
||||||
<rule name="StaticContent">
|
<rule name="StaticContent">
|
||||||
<action type="Rewrite" url="public{REQUEST_URI}"/>
|
<action type="Rewrite" url="public{REQUEST_URI}"/>
|
||||||
</rule>
|
</rule>
|
||||||
|
|
Loading…
Add table
Reference in a new issue