Skip to content

Commit

Permalink
Create web.config
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Oct 18, 2022
1 parent b962812 commit 5076a6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cache/web.config
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<configuration>
<system.web>
<authorization>
<deny users="*" />
</authorization>
</system.web>
</configuration>

0 comments on commit 5076a6e

Please sign in to comment.