• Resolved Kodeks

    (@kodeks)


    Hello,

    I have set up reverse proxy cache which works fine in 0.10.2:
    [11/Dec/2019:01:48:59 +0100] “PURGE /blogg/ HTTP/1.1” 200 13 “-” “W3 Total Cache”

    When I upgrade to 0.11.0 the functionality stops working at all. Works fine when I revert back to 0.10.2.

    Let me know if you want more access to check up on this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @kodeks

    I am sorry about the issue you are having and I am happy to help!
    Can you please revert back to w3-total-cache/Varnish_Flush.php and replace the line 99:
    Util_Content::endpoint_to_host_port( $server, 80 );
    with
    Util_Content::endpoint_to_host_port( $varnish_server, 80 );
    Or if more convenient apply this fix

    Thank you!

    Thread Starter Kodeks

    (@kodeks)

    Thanks, that solved it ?? You know when this will be updated to the plugin? We have alot of sites this fix needs to be applied to.

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @kodeks

    I cannot tell you the exact date but you should expect it soon!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reverse proxy cache not purging in version 0.11.0’ is closed to new replies.