small-packages/luci-mod-istorenext/root/etc/nginx/conf.d/istorenext.conf
2026-05-10 09:48:30 +08:00

6 lines
124 B
Plaintext

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