代码语言:javascript复制
location ~* .(jpg|jpeg|png|gif)$ {
alias /www/wwwroot/xxxxx/$uri;
access_log off;
expires max;
}
宝塔面板 nginx图片文件资源自动映射