logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: b3015db841536c26934f43374ed75fb77a11ff68
parent 49229107e812d649e66e36e32e238db66b353b0f
Author: Mark Felder <feld@FreeBSD.org>
Date:   Wed, 30 Sep 2020 12:49:51 -0500

Syntax error

Diffstat:

Minstallation/pleroma.vcl2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }