aboutsummaryrefslogtreecommitdiff
path: root/net/nut/Makefile
diff options
context:
space:
mode:
authorDaniel Dickinson <lede@cshore.thecshore.com>2017-01-11 18:54:16 -0500
committerDaniel Dickinson <lede@cshore.thecshore.com>2017-01-11 18:54:16 -0500
commitc1d26bacdff1dc104f59ecd06d777286fabf9c6f (patch)
treefa0f790e21b4e110030c2a626b1caf1a1938c0b1 /net/nut/Makefile
parenta23c4e85c5f6c9f9dcf67743b93c492ba833e365 (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/Makefile1
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