From: Fede Date: Sat, 6 Oct 2007 13:43:11 +0000 (-0300) Subject: support for proxy users auth X-Git-Url: https://git.llucax.com/software/pymin.git/commitdiff_plain/f352de9e7a70fc07e453dd2a0d44dc59aa0ef6d7?ds=sidebyside;hp=b55f9ac5e9bd1a7404ded132c1e15a4da5cc8bba support for proxy users auth --- diff --git a/pymin/services/proxy/templates/users.conf b/pymin/services/proxy/templates/users.conf new file mode 100644 index 0000000..6df9e45 --- /dev/null +++ b/pymin/services/proxy/templates/users.conf @@ -0,0 +1,3 @@ +% for k,v in users.items(): +${k}:${v} +% endfor \ No newline at end of file