nginx location配置

#匹配APK下载
                location ~*.(apk)$ {
                        root /var/workspace/download;
                }

 

 #http://xxxx/nsrxt_png/A000000.png
                location /nsrxt_png/{
                        root /mnt;
                }

 

posted @ 2015-06-24 20:18  yshy  阅读(303)  评论(0)    收藏  举报