Skip to content

Instantly share code, notes, and snippets.

@billdeitrick
Last active September 3, 2026 19:01
Show Gist options
  • Select an option

  • Save billdeitrick/be244e2e0b1b16d1d8e07969bcdd43fc to your computer and use it in GitHub Desktop.

Select an option

Save billdeitrick/be244e2e0b1b16d1d8e07969bcdd43fc to your computer and use it in GitHub Desktop.
Athens Church .Well-Known web.config File
<?xml version = "1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension="." mimeType="text/plain" /> <mimeMap fileExtension=".*" mimeType="text/plain" />
</staticContent>
<handlers>
<clear />
<add name="StaticFile" path="*" verb="*" type="" modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" scriptProcessor="" resourceType="Either" requireAccess="Read" allowPathInfo="false" preCondition="" responseBufferLimit="4194304" />
</handlers>
</system.webServer>
</configuration>
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<location path="apple-developer-merchantid-domain-association">
<system.webServer>
<staticContent>
<mimeMap fileExtension="." mimeType="text/plain" />
</staticContent>
</system.webServer>
</location>
</configuration>
<staticContent>
<mimeMap fileExtension="." mimeType="text/plain" />
</staticContent>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment