diff --git a/docs/website.md b/docs/website.md index 29f2ec7..bf90e88 100644 --- a/docs/website.md +++ b/docs/website.md @@ -47,8 +47,11 @@ this part is located at `~/public_html/restricted/` and you can set it up as fol ```bash mkdir ~/public_html/restricted +chmod 705 ~/public_html/restricted + touch ~/.htpasswd htpasswd -m ~/.htpasswd username +chmod 600 ~/.htpasswd ``` ## forward / rewrite url to a other site