diff options
author | makefu <github@syntax-fehler.de> | 2013-01-07 11:58:28 +0700 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-01-07 11:59:29 +0700 |
commit | 6ea50f3c77350e715649aa45061beb1701ebaa95 (patch) | |
tree | 44e6b5927ab32c9417d755d5ecc1f7ee876d9d1f /minikrebs/profiles/rickroller/customfiles/etc/config/uhttpd | |
parent | d907a7aa781caac2a3086535f5ce997131170ca2 (diff) |
rickroller: initial commit
Diffstat (limited to 'minikrebs/profiles/rickroller/customfiles/etc/config/uhttpd')
-rw-r--r-- | minikrebs/profiles/rickroller/customfiles/etc/config/uhttpd | 26 |
1 files changed, 26 insertions, 0 deletions
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 |