Skip to content

JX3BOX/wiki

Repository files navigation

wiki

type 缺省时默认为 achievement

正式服

怀旧服

云端宏

Rewrite

rewrite ^/jx3box/team https://www.jx3box.com/team;
rewrite ^/wiki/(\d+)?(.*) /?id=$1$2 permanent;
rewrite ^/quest/(\d+)?(.*) /?type=quest&id=$1$2 permanent;
rewrite ^/pet/(\d+)?(.*) /?type=pet&id=$1$2 permanent;
rewrite ^/item/(\d+)/(\d+)/price?(.*) /?type=price&id=$1_$2$3 permanent;
rewrite ^/item/(\d+)/(\d+)/(\d+)/price?(.*) /?type=price&id=$1_$2_$3$4 permanent;
rewrite ^/item/(\d+)/(\d+)?(.*) /?type=item&id=$1_$2$3 permanent;
rewrite ^/item/(\d+)/(\d+)/(\d+)?(.*) /?type=item&id=$1_$2_$3$4 permanent;
rewrite ^/ride/(\d+)/(\d+)?(.*) /?type=horse&id=$1_$2$3 permanent;
rewrite ^/game/(.*)?(.*) /?$1$2 permanent;