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  阅读(295)  评论(0编辑  收藏  举报