diff options
author | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-03-29 20:41:49 +0200 |
---|---|---|
committer | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-03-29 20:41:49 +0200 |
commit | 4378405eea982cb3a42584d95767b5003675f611 (patch) | |
tree | 5604b7f0bf68b358839c35fb5b4ae8d2415bb5c9 /www/html | |
parent | a6e0225c9e22d76fae9493008cad8510d94905e9 (diff) |
debugging and apache help
Diffstat (limited to 'www/html')
-rwxr-xr-x | www/html/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/html/.htaccess b/www/html/.htaccess index ff2ab4a..d074f91 100755 --- a/www/html/.htaccess +++ b/www/html/.htaccess @@ -1,5 +1,5 @@ AuthType Basic AuthName "restricted area" -AuthUserFile /var/www/html/ATS-Project/web/.htpasswd +AuthUserFile /var/www/.htpasswd require valid-user DirectoryIndex index.py |