Commit 8d7dd8c8566a8b638437a50a356d2ed958e1a78e

Authored by Antonio Terceiro
1 parent 23dd1271

[varnish] Fix syntax error :-/

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
etc/noosfero/varnish-noosfero.vcl
... ... @@ -8,6 +8,7 @@ sub vcl_recv {
8 8 unset req.http.Cookie;
9 9 }
10 10 }
  11 + }
11 12 }
12 13  
13 14 sub vcl_error {
... ...