filter - Is there anything wrong with the Nginx rule I wrote?
世界只因有你
世界只因有你 2017-05-16 17:23:24
0
1
432
if($server_name = fonts.xmap.org){
    sub_filter 'fonts.gstatic.com' 'fonts.xmap.org';
}else if($server_name = jfonts.xmap.org){
    sub_filter 'fonts.gstatic.com' 'jfonts.xmap.org';
}

Kneel down and beg the great god to explain. . .

世界只因有你
世界只因有你

reply all(1)
淡淡烟草味

You can test it with ./nginx -t

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!