Skip to content

Commit 7424f56

Browse files
authored
remove old rewrite rules for AlwaysOn from web.config (#6968)
1 parent 989f241 commit 7424f56

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/WebJobs.Script.WebHost/web.config

-11
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@
1919
<requestLimits maxQueryString="4096" maxUrl="8192" maxAllowedContentLength="104857600"/>
2020
</requestFiltering>
2121
</security>
22-
<rewrite>
23-
<rules>
24-
<rule name="AlwaysOn Ping Rewrite" stopProcessing="true">
25-
<match url="^$" />
26-
<conditions>
27-
<add input="{HTTP_USER_AGENT}" pattern="^AlwaysOn$" />
28-
</conditions>
29-
<action type="Rewrite" url="/admin/host/ping" />
30-
</rule>
31-
</rules>
32-
</rewrite>
3322
</system.webServer>
3423
<runtime>
3524
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

0 commit comments

Comments
 (0)