aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/http/caching/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/http/caching/index.html')
-rw-r--r--files/ko/web/http/caching/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/http/caching/index.html b/files/ko/web/http/caching/index.html
index b062f04fa4..23f38e2a7a 100644
--- a/files/ko/web/http/caching/index.html
+++ b/files/ko/web/http/caching/index.html
@@ -17,7 +17,7 @@ translation_of: Web/HTTP/Caching
<p>캐시에는 몇 가지 종류가 있습니다: 크게 사설(private) 혹은 공유(shared) 캐시 두 가지 부류로 분류될 수 있습니다. <em>공유 캐시</em>는 한 명 이상의 사용자가 재사용할 수 있도록 응답을 저장하는 캐시를 말합니다. <em>사설 캐시</em>는 한 명의 사용자만 사용하는 캐시를 말합니다. 이 페이지에서는 거의 대부분 브라우저와 프록시 캐시에 대해서만 다룰 것이나, 그 외에도 더 나은 신뢰도, 성능 그리고 웹 사이트와 웹 애플리케이션의 확장(scaling)을 위해 웹 서버 위에 배포되는 게이트웨이 캐시, CDN, 리버스 프록시 캐시 그리고 로드 밸랜서 등이 있습니다.</p>
-<p><img alt="What a cache provide, advantages/disadvantages of shared/private caches." src="https://mdn.mozillademos.org/files/13777/HTTPCachtType.png" style="height: 573px; width: 910px;"></p>
+<p><img alt="What a cache provide, advantages/disadvantages of shared/private caches." src="/en-US/docs/Web/HTTP/Caching/http_cache_type.png" style="height: 573px; width: 910px;"></p>
<h3 id="사설_브라우저_캐시">사설 브라우저 캐시</h3>