# If you are running Apache, you can rename this file to .htaccess and generate a .htpasswd to enable authentication
# See https://httpd.apache.org/docs/2.4/howto/auth.html for more information
AuthType Basic
AuthName "Private"
AuthUserFile  "/data/web/rutorrent/.htpasswd"
require valid-user
