update 2022-05-21 07:47:33

This commit is contained in:
github-actions[bot] 2022-05-21 07:47:33 +08:00
parent 02d44ded8b
commit 7d0c50ce0e
2 changed files with 166 additions and 82 deletions

File diff suppressed because it is too large Load Diff

View File

@ -33,13 +33,12 @@ location ~* ^/cgi-bin/(.*) {
return 307 $scheme://$http_host/$1$is_args$args;
}
[ -f /etc/dnsmasq.d ] || sed -i "/\/etc\/dnsmasq.d/d" /etc/dnsmasq.conf
location = / {
return 301 $scheme://$http_host/luci/;
}
' >>/etc/nginx/conf.d/luci.locations
}
[ -f /etc/dnsmasq.d ] || sed -i "/\/etc\/dnsmasq.d/d" /etc/dnsmasq.conf
/etc/init.d/wizard disable