From 20f6b8fc50a0ec2cb3a3d63d2cd3061b09431e3c Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Fri, 21 Oct 2016 11:23:42 +0200 Subject: [PATCH] inteno-netmodes: remove uhttp config --- .../files/etc/netmodes/repeater/uhttpd | 33 ------------------- .../etc/netmodes/repeater_dualdown/uhttpd | 33 ------------------- 2 files changed, 66 deletions(-) delete mode 100644 inteno-netmodes/files/etc/netmodes/repeater/uhttpd delete mode 100644 inteno-netmodes/files/etc/netmodes/repeater_dualdown/uhttpd diff --git a/inteno-netmodes/files/etc/netmodes/repeater/uhttpd b/inteno-netmodes/files/etc/netmodes/repeater/uhttpd deleted file mode 100644 index 420b2aacc..000000000 --- a/inteno-netmodes/files/etc/netmodes/repeater/uhttpd +++ /dev/null @@ -1,33 +0,0 @@ -config uhttpd 'main' - list listen_http '0.0.0.0:80' - list listen_http '[::]:80' - list listen_http '0.0.0.0:8080' - list listen_http '[::]:8080' - list listen_http '0.0.0.0:8181' - list listen_http '[::]:8181' - list listen_https '0.0.0.0:443' - list listen_https '[::]:443' - option redirect_https '1' - 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' - option script_timeout '60' - option network_timeout '30' - option http_keepalive '20' - option tcp_keepalive '1' - option ubus_prefix '/ubus' - -config cert 'px5g' - option days '730' - option bits '1024' - option country 'ZZ' - option state 'Somewhere' - option location 'Uknown' - option commonname 'OpenWrt' - -config logopts 'logopts' - diff --git a/inteno-netmodes/files/etc/netmodes/repeater_dualdown/uhttpd b/inteno-netmodes/files/etc/netmodes/repeater_dualdown/uhttpd deleted file mode 100644 index 420b2aacc..000000000 --- a/inteno-netmodes/files/etc/netmodes/repeater_dualdown/uhttpd +++ /dev/null @@ -1,33 +0,0 @@ -config uhttpd 'main' - list listen_http '0.0.0.0:80' - list listen_http '[::]:80' - list listen_http '0.0.0.0:8080' - list listen_http '[::]:8080' - list listen_http '0.0.0.0:8181' - list listen_http '[::]:8181' - list listen_https '0.0.0.0:443' - list listen_https '[::]:443' - option redirect_https '1' - 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' - option script_timeout '60' - option network_timeout '30' - option http_keepalive '20' - option tcp_keepalive '1' - option ubus_prefix '/ubus' - -config cert 'px5g' - option days '730' - option bits '1024' - option country 'ZZ' - option state 'Somewhere' - option location 'Uknown' - option commonname 'OpenWrt' - -config logopts 'logopts' -