11
我有圖片,我想將他們的標題添加到最大,我有個人資料圖片可以改變和張貼圖片,我想添加標題僅適用於張貼圖片,但不要剖析圖片,我不知道如何管理這個。謝謝你,這是我的配置,如何添加標題只有特定的文件與nginx
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";
}
謝謝,沒不知道你可以嵌套'位置'集團! –