Merge pull request #484 from nazwa/web.config-patch

Web.config update
This commit is contained in:
Andy Miller
2015-11-26 18:33:27 -07:00

View File

@@ -46,7 +46,7 @@
<action type="Redirect" url="error" redirectType="Permanent" />
</rule>
<rule name="vendor" stopProcessing="true">
<match url="^vendor/(.*)$" ignoreCase="false" />
<match url="^vendor/(.*)\.(txt|md|html|yaml|php|twig|sh|bat)$" ignoreCase="false" />
<action type="Redirect" url="error" redirectType="Permanent" />
</rule>
</rules>