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在项目外

浙公网安备 33010602011771号