Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tzkmx
Last active April 29, 2021 04:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tzkmx/f783a1e30ce905b6ddc93f56f2ad74f8 to your computer and use it in GitHub Desktop.
Save tzkmx/f783a1e30ce905b6ddc93f56f2ad74f8 to your computer and use it in GitHub Desktop.
examples azure web app configuration extension
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<location path="" xdt:Locator="Match(path)">
<system.webServer>
<handlers>
<add name="PHP74x86_via_FastCGI" xdt:Locator="Match(name)" verb="GET,HEAD,POST,PUT,DELETE,PATCH" xdt:Transform="SetAttributes(verb)" />
</handlers>
</system.webServer>
</location>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment