From: Mark Felder Date: Wed, 30 Sep 2020 17:49:51 +0000 (-0500) Subject: Syntax error X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=b3015db841536c26934f43374ed75fb77a11ff68;p=akkoma Syntax error --- diff --git a/installation/pleroma.vcl b/installation/pleroma.vcl index 57b6d17b3..13dad784c 100644 --- a/installation/pleroma.vcl +++ b/installation/pleroma.vcl @@ -109,7 +109,7 @@ sub vcl_hash { sub vcl_backend_fetch { # Be more lenient for slow servers on the fediverse - if bereq.url ~ "^/proxy/" { + if (bereq.url ~ "^/proxy/") { set bereq.first_byte_timeout = 300s; }