14 nginx 에서 expires 캐 시 를 설정 하여 사이트 부하 향상

909 단어 expires
 :nginx     expires        

, , , . , , . , nginx expires . nginx , , location if , . expires 30s; expires 30m; expires 2h; expires 30d; ( : , , ) :
304 : , etag ( , , ), last_modified_since 2 , , , , etag,last_modified_since , . , , . , html,js,css,

-----------------------
nginx.conf :

server{
#
location ~* \.(jpg|gif|png|jpeg){
#
expires 1d;
}
}


----------------------

좋은 웹페이지 즐겨찾기