update 2022-05-21 07:47:33
This commit is contained in:
parent
02d44ded8b
commit
7d0c50ce0e
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue