From 5cdbccffb33a137d5d91d92e60ac82ca22d4bf0e Mon Sep 17 00:00:00 2001 From: creme Date: Thu, 26 May 2022 18:43:24 +0200 Subject: [PATCH] fix perms for .htpasswd file used by restricted location --- docs/website.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website.md b/docs/website.md index 54e9053..cee6046 100644 --- a/docs/website.md +++ b/docs/website.md @@ -51,7 +51,7 @@ chmod 705 ~/public_html/restricted touch ~/.htpasswd htpasswd -m ~/.htpasswd username -chmod 600 ~/.htpasswd +chmod 604 ~/.htpasswd ``` ## forward / rewrite url to a other site