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

Using Varnish confluence documentation is incomplete

    XMLWordPrintable

Details

    Description

      The documentation present in https://confluence.ez.no/display/EZP52/Using+Varnish?src=search doesn't take into consideration the HTTP POST.
      You'll have to add

          # Do not cache requests other than GET and HEAD
          if (req.request != "GET" && req.request != "HEAD") {
              return(pass);
          }
      

      in the sub_vcl_recv just before call ez_user_hash;

      Attachments

        Activity

          People

            Unassigned Unassigned
            pedro.resende-obsolete@ez.no Pedro Resende (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 1 hour
                1h