Changed “AuthUserFile” path to absolute path
This commit is contained in:
parent
0bd1965224
commit
a8da4b4ae6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue