From: Zoltán Felleg Date: Mon, 12 Oct 2020 19:27:48 +0000 (+0200) Subject: Updated xfr.pm (added bbxfr). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=e85259fba5bf0aee6a444d01fcf620d9bc8280f7;p=user-lxc.git Updated xfr.pm (added bbxfr). --- diff --git a/sources/xfr.pm/postinstall/install/etc/httpd/conf.d/xfr.80.conf b/sources/xfr.pm/postinstall/install/etc/httpd/conf.d/xfr.80.conf index 491d731..ff2e751 100644 --- a/sources/xfr.pm/postinstall/install/etc/httpd/conf.d/xfr.80.conf +++ b/sources/xfr.pm/postinstall/install/etc/httpd/conf.d/xfr.80.conf @@ -13,6 +13,21 @@ WSGISocketPrefix run/wsgi + + AuthType Basic + AuthName "BB File Transfer" + AuthUserFile /var/www.xfr/auth/bbxfr.users + Require valid-user + + Options Indexes + + + Alias /bbxfr/download /var/www.xfr/htdocs.80/bbxfr/download + + + Options Indexes + + AuthType Basic AuthName "Avon File Transfer"