"Nginx 캐시 끄기"의 두 판 사이의 차이

(새 문서: ==개요== ;How To Disable NGINX Cache ;Nginx 캐시 끄기 <syntaxhighlight lang='ini'> add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';...)
 
10번째 줄: 10번째 줄:
==같이 보기==
==같이 보기==
* [[nginx]]
* [[nginx]]
* [[HTTP 헤더 Cache-Control]]


==참고==
==참고==

2023년 10월 17일 (화) 02:21 판

1 개요

How To Disable NGINX Cache
Nginx 캐시 끄기
add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
expires -1;

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}