国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

nginx location regular data extraction problem
漂亮男人
漂亮男人 2017-05-16 17:18:15
0
1
714

nginx Help

location ~* \.(gif|jpg|jpeg)$ {
    //這里怎么拿到 括號(hào)里的值?
    //比如
    set $ext "gif";//得到括號(hào)里面是什么內(nèi)容
}
漂亮男人
漂亮男人

reply all(1)
給我你的懷抱

Well, ask and answer your own questions


location ~* \.(?<ext_name>gif|jpg|jpeg)$ {
    //這里怎么拿到 括號(hào)里的值?
    //比如
    set $ext "$ext_name";//得到括號(hào)里面是什么內(nèi)容
}
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template