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