Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-20980

Varnish documentation needs to be updated to cache only GET and HEAD

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: High High
    • None
    • 5.0, 5.1
    • Caching

    Description

      With the documented vcl file POST request and others are all cached.

      We need to add the following to the vcl file :

      if (req.request != "GET" && req.request != "HEAD") {
      return (pass);
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            1f3baf94-5904-4b87-8341-a99f2d4328d8@accounts.ibexa.co Matthieu Sévère
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: