virtkick/http-master

basic HTTP authentication against htpasswd file

Nowaker opened this issue · 1 comments

        "confluence-nowaker.atlashost.eu": {
          "target": "conf:22700",
          "auth": "/etc/http-proxy/htpasswd/confluence-nowaker.atlashost.eu.htpasswd"
        },

htpasswd file to be generated with either htpasswd npm module or Apache-provided tool.

Implemented in f58f384 and 59a2f2b.