forked from cotes2020/jekyll-theme-chirpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Web Server
Santhosh Kumar edited this page Apr 30, 2024
·
2 revisions
based on the Cache-Control header config
website can be distributed on several servers around the globe and and the reverse proxy will send clients
to the server that’s geographically closest to them. descreases the distances that reqeusts and responses
need to travel, minimizing load times
Encrypting and decrypting for each client by origin server can be computationally
expensive, so reverse proxy handles this, freeing up the resources on origin server.
https://muxup.com/2022q3/muxup-implementation-notes#serving-using-caddy