Skip to content

Commit

Permalink
Merge pull request #22 from coreyasmith/feature/detailed-http-errors
Browse files Browse the repository at this point in the history
Add dev patch to set detailed HTTP errors
  • Loading branch information
nickwesselman authored Sep 10, 2021
2 parents bf850cf + 5a9bbd3 commit 9ede50a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions image/src/dev-patches/HttpErrorsDetailed/Web.config.xdt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<system.webServer>
<httpErrors xdt:Transform="InsertIfMissing" />
<httpErrors errorMode="Detailed"
xdt:Transform="SetAttributes" />
</system.webServer>
</configuration>

0 comments on commit 9ede50a

Please sign in to comment.