commit f6b2ac0f8d7941aba094b36e84d3e286c3431ff4
parent 9bb74a39aab4d38efac0fc20c2952d9d4078c6b4
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sat, 27 Apr 2024 21:17:13 +0200
rename password file
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -69,7 +69,7 @@ Authentication
A .htaccess file is provided within the priv/ directory, however you also need
to set up a user/password for the web-access, e.g. here for the user "username":
- sudo htpasswd -c /etc/apache2/.htpasswd username
+ sudo htpasswd -c /etc/apache2/.htpassword username
Optional Tweaks
---------------
diff --git a/priv/.htaccess b/priv/.htaccess
@@ -16,5 +16,5 @@ RedirectMatch 404 ^/templates/.*$
# Protected / Private repositories
AuthType Basic
AuthName "Private Repositories! You need a password to access them."
-AuthUserFile /etc/apache2/.htpasswd
+AuthUserFile /etc/apache2/.htpassword
Require valid-user