Open ed29 opened 11 years ago
A bug to fix:When create pdf invoice at magento's backend,it will get 503 error,reference to:https://www.varnish-cache.org/forum/topic/419
add these code:
if ( req.url ~ "._/admin/sales_orderinvoice/print/." ) { set req.http.connection = "close"; return (pipe); }
to varnnish vcl file vcl_recv will works fine.Thank you for this project,good job!
A bug to fix:When create pdf invoice at magento's backend,it will get 503 error,reference to:https://www.varnish-cache.org/forum/topic/419
add these code:
if ( req.url ~ "._/admin/sales_orderinvoice/print/." ) { set req.http.connection = "close"; return (pipe); }
to varnnish vcl file vcl_recv will works fine.Thank you for this project,good job!