我有图片,我想将它们的标题添加到最大,我有可以更改和发布图片的个人资料图片,我只想为发布图片添加标题,而不是为个人资料图片添加标题,我不知道我该如何管理这个。谢谢,这是我的配置,
this is the path of posts, /post/name-of-the-picture.jpg
this is the path of users, /user/name-of-the-picture.jpg
我只想将标题添加到帖子路径
location ~* \.(css|js|png|gif)$ {
expires max;
add_header Pragma public;
add_header Cache-Control "public";
}