Skip to content

Commit

Permalink
Merge pull request #2 from leshkinski/staging
Browse files Browse the repository at this point in the history
Disabling directoryBrowse by default

Fixes issue #1
  • Loading branch information
nick-o committed Dec 15, 2014
2 parents 1d38ab6 + f737b12 commit f924133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arnie/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
To browse web app root directory during debugging, set the value below to true.
Set to false before deployment to avoid disclosing web app folder information.
-->
<directoryBrowse enabled="true"/>
<directoryBrowse enabled="false"/>
</system.webServer>

</configuration>

0 comments on commit f924133

Please sign in to comment.