Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    X-Proxy-Cache is used by the cache system of Nginx. Explanation of Bypass taken from https://www.nginx.com/blog/nginx-caching-guide/

    BYPASS – The response was fetched from the origin server instead of served from the cache because the request matched a proxy_cache_bypass directive .

    Thread Starter omchaudhary

    (@omchaudhary)

    Thankyou for help but My question was if it matters and/or if it’s intended.

    Oh sorry I didn’t understood the question then,

    In general and to try and keep the reply short without any confusing information, it’s an automated output of Nginx that informs if the page has been loaded from Cache or not.

    It’s how Nginx communicates. HTTP Headers in general are the communication between the server and the client ( browser ) so it is intended to be there from Nginx as part of server-client information.

    Thread Starter omchaudhary

    (@omchaudhary)

    Thanks for the help 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘X-Proxy-Cache’ is closed to new replies.