From 573b9e1cc5d8a29814ec0825a8ad62b983f93474 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 19 May 2024 19:44:26 +0200 Subject: [PATCH] update password file path --- static/recipes/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/recipes/.htaccess b/static/recipes/.htaccess index 6c42844..59f0002 100644 --- a/static/recipes/.htaccess +++ b/static/recipes/.htaccess @@ -1,6 +1,6 @@ AuthType Basic AuthName "Sry, this is useless crap only for myself." AuthBasicProvider file -AuthUserFile /etc/apache2/.htpasswd +AuthUserFile /etc/httpd/.htpasswd Require valid-user