We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989f241 commit 7424f56Copy full SHA for 7424f56
src/WebJobs.Script.WebHost/web.config
@@ -19,17 +19,6 @@
19
<requestLimits maxQueryString="4096" maxUrl="8192" maxAllowedContentLength="104857600"/>
20
</requestFiltering>
21
</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>
33
</system.webServer>
34
<runtime>
35
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
0 commit comments