X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=installation%2Fpleroma.vcl;h=13dad784c9cc219f48901845e20f83f9278a35d6;hb=2c55f7d7cb25b857265df67c21bc59f7778653ee;hp=57b6d17b34a14a809d676da2c4c354679da15e40;hpb=49229107e812d649e66e36e32e238db66b353b0f;p=akkoma 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; }