2009/5/12 "坏人" <nginx-forum at nginx.us>: > 第一次见问题这么多的配置 Trans: First time to see a config with some many problems... > location / {这个放那么靠上的位置,后面的location怎么用? Trans: location / is on the top, so how can the following locations be used? > 另外静态的图片不推荐用location ~ (jpg|jpeg|gif|png)$ {这种方式 Trans: I don't recommend to use location ~ (jpg... $ for serving static images.