mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-08 11:27:28 +08:00
luci-app-frpc: fix save configuration error
from: https://github.com/coolsnowwolf/luci/issues/183
This commit is contained in:
parent
6e6effe637
commit
8f493e5a8f
@ -113,7 +113,7 @@ e = t:taboption("other", Flag, "enable_locations", translate("Enable URL routing
|
||||
e.description = translate("Frp support forward http requests to different backward web services by url routing.")
|
||||
e:depends("type", "http")
|
||||
|
||||
e = t:taboption("other", Value, "locations ", translate("URL routing"))
|
||||
e = t:taboption("other", Value, "locations", translate("URL routing"))
|
||||
e.description = translate("Http requests with url prefix /news will be forwarded to this service.")
|
||||
e.default = "locations=/"
|
||||
e:depends("enable_locations", 1)
|
||||
|
Loading…
Reference in New Issue
Block a user