Merge branch 'master' of bitbucket.org:venbainformationtechnology/smc_cet_cibil_staging

This commit is contained in:
sriramv 2022-06-15 15:51:35 +05:30
commit be1fc2a261

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>