Update web.config

This commit is contained in:
AlanPerdomo 2023-05-23 11:02:23 -03:00 committed by GitHub
parent 4ee30120b7
commit e115275ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>