标签:style blog io color sp strong on div log
location / { if (!-e $request_filename) { rewrite ^/(.*\.(js|ico|gif|jpg|png|css|bmp|html|xls)$) /$1 last; rewrite ^/(\?\?.*\.(js|css).*$) /$1 last; #rewrite url "www.a.com/1.php" TO "www.a.com/1" rewrite ^/(.*) /$1.php last; #rewrite "^/?code=(.*)$" /index.php?user/weibocallback?code=$1 break; } }
标签:style blog io color sp strong on div log
原文地址:http://www.cnblogs.com/enone/p/4129227.html