Files
openwrt_packages/luci-mod-istorenext/root/etc/nginx/conf.d/istorenext.conf
2025-12-11 00:15:18 +08:00

5 lines
95 B
Plaintext

map $request_method:$query_string $login_request {
default 0;
~^POST:istorenextlogin=1$ 1;
}