BasicAuth is configured within the webserver configuration
authorJoey Schulze <joey@infodrom.org>
Sun, 6 Nov 2016 15:43:01 +0000 (16:43 +0100)
committerJoey Schulze <joey@infodrom.org>
Sun, 6 Nov 2016 15:43:01 +0000 (16:43 +0100)
src/.htaccess [deleted file]

diff --git a/src/.htaccess b/src/.htaccess
deleted file mode 100644 (file)
index 8f60958..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-AuthUserFile /etc/apache2/.htpasswd
-AuthGroupFile /etc/apache2/.htgroup
-AuthName service.infodrom.org
-AuthType Basic
-
-<Limit GET POST PUT HEAD>
-require valid-user
-</Limit>
-