diff options
author | Daniel Dickinson <lede@cshore.thecshore.com> | 2017-01-11 18:54:16 -0500 |
---|---|---|
committer | Daniel Dickinson <lede@cshore.thecshore.com> | 2017-01-11 18:54:16 -0500 |
commit | c1d26bacdff1dc104f59ecd06d777286fabf9c6f (patch) | |
tree | fa0f790e21b4e110030c2a626b1caf1a1938c0b1 /net/nut/Makefile | |
parent | a23c4e85c5f6c9f9dcf67743b93c492ba833e365 (diff) |
net/nut: Protect CGI via HTTP Basic Auth
When using uhttpd (the default), protect NUT CGI
via HTTP Basic Auth.
Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
Diffstat (limited to 'net/nut/Makefile')
-rw-r--r-- | net/nut/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nut/Makefile b/net/nut/Makefile index cc9a5de73..a5773f1f8 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -275,6 +275,7 @@ define Package/nut-web-cgi/conffiles /etc/nut/upsstats.html /etc/nut/upsstats-single.html /etc/config/nut_cgi +/etc/httpd.conf endef define Package/nut-web-cgi/install |