diff options
Diffstat (limited to 'src/civetweb/test/protected')
-rw-r--r-- | src/civetweb/test/protected/.htpasswd | 1 | ||||
-rw-r--r-- | src/civetweb/test/protected/content.txt | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/civetweb/test/protected/.htpasswd b/src/civetweb/test/protected/.htpasswd new file mode 100644 index 00000000..5686ad3d --- /dev/null +++ b/src/civetweb/test/protected/.htpasswd @@ -0,0 +1 @@ +user:mydomain.com:1aeed57ec85c6126e335a54789c2ecfa diff --git a/src/civetweb/test/protected/content.txt b/src/civetweb/test/protected/content.txt new file mode 100644 index 00000000..0bcd51a0 --- /dev/null +++ b/src/civetweb/test/protected/content.txt @@ -0,0 +1,5 @@ +Protected directory. + +username: user +password: pass + |