Hello,
To disable redirection to HTTPS, you can use the following uci command:
uci set uhttpd.main.redirect_https='0'
uci commit
/etc/init.d/uhttpd restart
# you can view uhttpd settings via:
uci show uhttpd
Kind Regards,
Hello,
To disable redirection to HTTPS, you can use the following uci command:
uci set uhttpd.main.redirect_https='0'
uci commit
/etc/init.d/uhttpd restart
# you can view uhttpd settings via:
uci show uhttpd
Kind Regards,