OpenWRT topic - OS, alkalmazások fórum

üzenetek

hozzászólások


Celtis
(veterán)


root@Router:~# cat /etc/config/uhttpd


config uhttpd 'main'

    option redirect_https '0'

    option home '/www'

    option rfc1918_filter '1'

    option max_requests '3'

    option max_connections '100'

    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'


root@Router:~#

üzenetek