From 6ea50f3c77350e715649aa45061beb1701ebaa95 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 7 Jan 2013 11:58:28 +0700 Subject: rickroller: initial commit --- .../rickroller/customfiles/etc/config/uhttpd | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 minikrebs/profiles/rickroller/customfiles/etc/config/uhttpd (limited to 'minikrebs/profiles/rickroller/customfiles/etc/config/uhttpd') diff --git a/minikrebs/profiles/rickroller/customfiles/etc/config/uhttpd b/minikrebs/profiles/rickroller/customfiles/etc/config/uhttpd new file mode 100644 index 00000000..0767269b --- /dev/null +++ b/minikrebs/profiles/rickroller/customfiles/etc/config/uhttpd @@ -0,0 +1,26 @@ +config uhttpd main + list listen_http 0.0.0.0:80 + list listen_https 0.0.0.0:443 + option home /www + option rfc1918_filter 1 + option max_requests 3 + option cert /etc/uhttpd.crt + option key /etc/uhttpd.key + option cgi_prefix /cgi-bin + option script_timeout 60 + option network_timeout 30 + option tcp_keepalive 1 + option error_page /index.html + +# Certificate defaults for px5g key generator +config cert px5g + + option days 730 + + option bits 1024 + + option country DE + option state shackspace + option location shackspace + + option commonname krebs-rickroller -- cgit v1.2.3