nginx图片文件资源自动映射 Published on Jul 7, 2023 in 随笔 with 0 comment ```xml location ~* \.(jpg|jpeg|png|gif)$ { alias /www/wwwroot/wxapi.ooolo.net/$uri; access_log off; expires max; } ``` 我的博客即将同步至腾讯云开发者社区,邀请大家一同入驻:https://cloud.tencent.com/developer/support-plan?invite_code=uyxbfoo752m6 本文由 admin 创作,采用 知识共享署名4.0 国际许可协议进行许可。本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名。