fix: the zh-TW spell error in the CDN block

This commit is contained in:
liuliu 2023-04-12 17:46:16 +08:00
parent a07e261677
commit 1eee626983
1 changed files with 2 additions and 2 deletions

View File

@ -569,10 +569,10 @@ DNS 是階層式的架構,一部分的 DNS 伺服器位於頂層,當查詢
<p align="center">
<img src="images/h9TAuGI.jpg">
<br/>
<i><a href=https://www.creative-artworks.eu/why-use-a-content-delivery-network-cdn/>來源:為什麼要使用 CDN</a></i>
<i><a href="https://www.creative-artworks.eu/why-use-a-content-delivery-network-cdn">來源:為什麼要使用 CDN</a></i>
</p>
內容傳遞網路(CDN)是一種全球性的分散式代理伺服器,它透過靠近使用者的伺服器來提供檔案。通常 HTML/CSS/JS、圖片或影片等檔案會靜態檔案會透過 CDN 來提供,儘管 Amazon 的 CloudFront 也支援了動態內容的 CDN 服務。而 CDN 的 DNS 服務會告知使用者要連接哪一台伺服器。
內容傳遞網路(CDN)是一種全球性的分散式代理伺服器,它透過靠近使用者的伺服器來提供檔案。通常靜態檔案HTML/CSS/JS、圖片或影片等檔案會透過 CDN 來提供,儘管 Amazon 的 CloudFront 也支援了動態內容的 CDN 服務。而 CDN 的 DNS 服務會告知使用者要連接哪一台伺服器。
透過 CDN 來取得檔案可以大幅度地增加請求的效率,因為: