nginx apache

nginx:

location ^~ /data/ {
   alias /home/www/project/igt/data/;
}

---------------------------------------------

apche:

Alias /anstyla "E:/anstyla/src/web"
<Directory "E:/www">
        xxxxxxxxxxxxxxxx
  xxxxxxxxxxxxxxxx
</Directory>

 实现类似访问   http://local.test.com/data/tmp/copad_15024343798174_8bdb4df9852d7c5df1f27b2cbe459a49.png   data目录下文件

http://local.test.com在一个项目中 

data在项目外

 

posted @ 2017-08-24 14:20  江湖踏歌行  阅读(24)  评论(0)    收藏  举报