diff options
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  | 
