Advertisement
Guest User

Untitled

a guest
May 29th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. config uhttpd 'main'
  2. # list listen_http '0.0.0.0:80'
  3. # list listen_http '[::]:80'
  4. list listen_https '0.0.0.0:443'
  5. list listen_https '[::]:443'
  6. option home '/www'
  7. option rfc1918_filter '0'
  8. option max_requests '3'
  9. option max_connections '100'
  10. option cert '/etc/uhttpd.crt'
  11. option key '/etc/uhttpd.key'
  12. option cgi_prefix '/cgi-bin'
  13. option script_timeout '60'
  14. option network_timeout '30'
  15. option http_keepalive '0' # enabled by default (1)
  16. option tcp_keepalive '1'
  17. option ubus_prefix '/ubus'
  18.  
  19. config cert 'px5g'
  20. option days '730'
  21. option bits '1024'
  22. option commonname 'OpenWrt'
  23. option country 'PL'
  24. option state 'Warsaw'
  25. option location 'Warsaw'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement