FAQ/Private Cache Proxy: Difference between revisions
imported>Grahamc Provide an example Nginx configuration for transparent cache proxies. |
m FAQ Breadcrumb |
||
Line 1: | Line 1: | ||
{{FAQ/breadcrumb}} | |||
For private deployments, it can be desirable to reduce how often you reach out of your network and to an upstream. Mirroring all the dependencies internally means even if external services fail, your internal network is still functional. An additional reason to implement this is to reduce the external signals your deployment emits. For example, you may want to avoid exposing how often you fetch a specific file from an external service. | For private deployments, it can be desirable to reduce how often you reach out of your network and to an upstream. Mirroring all the dependencies internally means even if external services fail, your internal network is still functional. An additional reason to implement this is to reduce the external signals your deployment emits. For example, you may want to avoid exposing how often you fetch a specific file from an external service. | ||