Nginx 配置代理图片 2022-09-21 nginx 约 26 字 预计阅读 1 分钟 nginx中配置反向代理图片单独路径。 location ~ .*\.(gif|jpg|jpeg|png)$ { root /var/www/web/server/uploads/; }