diff options
author | makefu <root@pigstarter.de> | 2013-01-07 12:06:33 +0000 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2013-01-07 12:06:33 +0000 |
commit | ad376d1dab439f9d28bf7ff02bfa7afed7444037 (patch) | |
tree | f09e0ed2c0da0e5e467188bb88464d22e2d2c7a1 /minikrebs/profiles/rickroller/customfiles/etc/config/uhttpd | |
parent | b2df392966df95102bb8cf4ee3f043d4b6ed633f (diff) | |
parent | 6ea50f3c77350e715649aa45061beb1701ebaa95 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
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 |