From df1fd0483796261c0a8539487fb89ccaff90881c Mon Sep 17 00:00:00 2001 From: Rob Reynolds Date: Thu, 11 Jan 2018 17:11:27 -0600 Subject: [PATCH] (GH-21) Provide auth instructions Update the instructions to give all steps required to turn on basic auth using the HttpAuth module. With the simplifications it could be a matter of two touchpoints in the config file to be protected. --- src/SimpleChocolateyServer/Web.config | 6 ++++++ src/SimpleChocolateyServer/Web.config.install.xdt | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/src/SimpleChocolateyServer/Web.config b/src/SimpleChocolateyServer/Web.config index c322bbd..98bca17 100644 --- a/src/SimpleChocolateyServer/Web.config +++ b/src/SimpleChocolateyServer/Web.config @@ -13,6 +13,12 @@
+