我的图片位于domain.com/assets/img和domain.com/images/
我将此添加到我的 nginx.conf 文件中,它禁用了我的图像。
location ~* \.(png|jpg|jpeg|gif|ico)$ {
expires 1y;
log_not_found off;
}
我的图片位于domain.com/assets/img和domain.com/images/
我将此添加到我的 nginx.conf 文件中,它禁用了我的图像。
location ~* \.(png|jpg|jpeg|gif|ico)$ {
expires 1y;
log_not_found off;
}