blob: 0767269b3753842535fdf7730e429758c6bacfd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
|