aboutsummaryrefslogtreecommitdiffstats
path: root/httpserver/resources/.htaccess
diff options
context:
space:
mode:
authormarcinrzepeckiwroc <marcin.rzepecki@nokia.com>2020-12-22 16:23:58 +0100
committermarcinrzepeckiwroc <marcin.rzepecki@nokia.com>2021-01-07 14:54:16 +0100
commit23f606075360a376a8fdb9f7fb1f3505c3100c1a (patch)
treec297a5de42fbd49668db74193673052885f84eea /httpserver/resources/.htaccess
parent43d113d683ab082f8e2b7ce062e9601e74ffde3a (diff)
Extend PNF simulator with HTTP server
Issue-ID: INT-1814 Change-Id: I06eeb81e46d6a96976f64eece6bbf7209665c1d2 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com>
Diffstat (limited to 'httpserver/resources/.htaccess')
-rw-r--r--httpserver/resources/.htaccess5
1 files changed, 5 insertions, 0 deletions
diff --git a/httpserver/resources/.htaccess b/httpserver/resources/.htaccess
new file mode 100644
index 0000000..f8ba228
--- /dev/null
+++ b/httpserver/resources/.htaccess
@@ -0,0 +1,5 @@
+ AuthType Basic
+ AuthName "Secure file"
+ AuthBasicProvider file
+ AuthUserFile "/usr/local/apache2/passwd/.htpasswd"
+ Require valid-user