Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. uci set uhttpd.main.listen_http=192.168.1.1:80
  2. uci set uhttpd.main.listen_https='192.168.1.1:443'
  3. uci set uhttpd.main.redirect_https='1'
  4. uci commit
  5. /etc/init.d/uhttpd restart
  6.  
  7. uci delete uhttpd.main.listen_http ; uci commit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement