Skip to content

Instantly share code, notes, and snippets.

@macna
macna / SilverStripe-Azure-Web.config
Last active February 23, 2016 17:32
An example web.config file for hosting the SilverStripe CMS in Microsoft Azure Websites.
<configuration>
<system.webServer>
<security>
<requestFiltering>
<hiddenSegments>
<add segment="silverstripe-cache" />
<add segment="vendor" />
<add segment="composer.json" />
<add segment="composer.lock" />
</hiddenSegments>