nginx location配置

#匹配APK下载

                location ~*.(apk)$ {

                        root /var/workspace/download;

                }

 

 #http://xxxx/nsrxt_png/A000000.png

                location /nsrxt_png/{

                        root /mnt;

                }

 

你可能感兴趣的:(location)