From 561d81ffcd7df35fa0701d5450183137b2867292 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 7 Jul 2024 21:13:16 +0200 Subject: [PATCH] fix authfile path --- static/recipes/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/recipes/.htaccess b/static/recipes/.htaccess index 59f0002..48cb8ba 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/httpd/.htpasswd +AuthUserFile /etc/httpd/.htpass Require valid-user