Changed “AuthUserFile” path to absolute path

This commit is contained in:
pezcurrel 2023-12-25 22:14:02 +01:00
parent 0bd1965224
commit a8da4b4ae6

View file

@ -3,5 +3,5 @@ RewriteEngine On
#php_value "mail.add_x_header" "Off"
AuthType Basic
AuthName "Login"
AuthUserFile ../../conf/htmustaccs
AuthUserFile /usr/local/share/webapps/mastodon.help/web/conf/htmustaccs
Require valid-user