From 84acedf5d34bd30819f8dd3c1ef3e0ee94a9521c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sun, 30 Dec 2018 13:33:33 +0100 Subject: [PATCH] Creation --- files/transmission.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 files/transmission.conf diff --git a/files/transmission.conf b/files/transmission.conf new file mode 100644 index 0000000..5851927 --- /dev/null +++ b/files/transmission.conf @@ -0,0 +1,14 @@ + + ServerName p2p.lescorpsdereve.space + + + AuthType Basic + AuthName authorization + AuthUserFile /etc/httpd/conf.d/apache_users.htpasswd + AuthGroupFile /etc/httpd/conf.d/apache_groups.htgroup + Require group transmission + + ProxyPass http://127.0.0.1:9091/ + ProxyPassReverse http://127.0.0.1:9091/ + + \ No newline at end of file