Syntax error

This commit is contained in:
Mark Felder 2020-09-30 12:49:51 -05:00
parent 49229107e8
commit b3015db841
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}