Guest User

Untitled

a guest
Dec 14th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <rule name="ReverseProxyInboundRule1" stopProcessing="true">
  2. <match url="api/(.*)" />
  3. <conditions>
  4. <add input="{CACHE_URL}" pattern="^(https?)://" />
  5. </conditions>
  6. <action type="Rewrite" url="{C:1}://192.168.8.100/{R:1}" />
  7. </rule>
Add Comment
Please, Sign In to add comment