4 # HTTP listen addresses, multiple allowed
5 list listen_http 0.0.0.0:80
6 # list listen_http [::]:80
8 # HTTPS listen addresses, multiple allowed
9 list listen_https 0.0.0.0:443
10 # list listen_https [::]:443
12 # Server document root
15 # Reject requests from RFC1918 IP addresses
16 # directed to the servers public IP(s).
17 # This is a DNS rebinding countermeasure.
18 option rfc1918_filter 1
20 # Certificate and private key for HTTPS.
21 # If no listen_https addresses are given,
22 # the key options are ignored.
23 option cert /etc/uhttpd.crt
24 option key /etc/uhttpd.key
26 # CGI url prefix, will be searched in docroot.
28 option cgi_prefix /cgi-bin
30 # Lua url prefix and handler script.
31 # Lua support is disabled if no prefix given.
32 # option lua_prefix /luci
33 # option lua_handler /usr/lib/lua/luci/sgi/uhttpd.lua
35 # CGI/Lua timeout, if the called script does not
36 # write data within the given amount of seconds,
37 # the server will terminate the request with
38 # 504 Gateway Timeout response.
39 option script_timeout 60
41 # Network timeout, if the current connection is
42 # blocked for the specified amount of seconds,
43 # the server will terminate the associated
45 option network_timeout 30
47 # Basic auth realm, defaults to local hostname
48 # option realm OpenWrt
50 # Configuration file in busybox httpd format
51 # option config /etc/httpd.conf
54 # Certificate defaults for px5g key generator
66 option location Berlin
69 option commonname OpenWrt