webconfig added

This commit is contained in:
SMC_DEV_SERVER 2022-06-10 05:43:01 +00:00
parent 98c2d88f39
commit 0af3f78792
2 changed files with 26 additions and 4952 deletions

4966
package-lock.json generated

File diff suppressed because it is too large Load Diff

12
web.config Normal file
View File

@ -0,0 +1,12 @@
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="ReverseProxyInboundRule2" stopProcessing="true">
<match url="(.*)" />
<action type="Rewrite" url="http://localhost:5007/{R:1}" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>