diff options
| author | seth <[email protected]> | 2023-05-07 23:17:33 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-07 23:17:33 -0400 |
| commit | 6e49c227c18d4f3008318aaa0a38a36c4de7f6c9 (patch) | |
| tree | 0b8fa202bda8cf72b2d282f51691d05b069119d7 /hosts/turret/files/etc/config/uhttpd | |
| parent | 07f726290d5f5d3898efdd95f629b14bcd311360 (diff) | |
hosts: remove prefix from turret
Diffstat (limited to 'hosts/turret/files/etc/config/uhttpd')
| -rw-r--r-- | hosts/turret/files/etc/config/uhttpd | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/hosts/turret/files/etc/config/uhttpd b/hosts/turret/files/etc/config/uhttpd new file mode 100644 index 0000000..cb2ff71 --- /dev/null +++ b/hosts/turret/files/etc/config/uhttpd @@ -0,0 +1,31 @@ + +config uhttpd 'main' + list listen_http '0.0.0.0:80' + list listen_http '[::]:80' + list listen_https '0.0.0.0:443' + list listen_https '[::]:443' + option redirect_https '0' + option home '/www' + option rfc1918_filter '1' + option max_requests '3' + option max_connections '100' + option cert '/etc/uhttpd.crt' + option key '/etc/uhttpd.key' + option cgi_prefix '/cgi-bin' + list lua_prefix '/cgi-bin/luci=/usr/lib/lua/luci/sgi/uhttpd.lua' + option script_timeout '60' + option network_timeout '30' + option http_keepalive '20' + option tcp_keepalive '1' + option ubus_prefix '/ubus' + +config cert 'defaults' + option days '730' + option key_type 'ec' + option bits '2048' + option ec_curve 'P-256' + option country 'ZZ' + option state 'Somewhere' + option location 'Unknown' + option commonname 'OpenWrt' + |
