projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4922910
)
Syntax error
author
Mark Felder
<feld@FreeBSD.org>
Wed, 30 Sep 2020 17:49:51 +0000
(12:49 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Wed, 30 Sep 2020 17:49:51 +0000
(12:49 -0500)
installation/pleroma.vcl
patch
|
blob
|
history
diff --git
a/installation/pleroma.vcl
b/installation/pleroma.vcl
index 57b6d17b34a14a809d676da2c4c354679da15e40..13dad784c9cc219f48901845e20f83f9278a35d6 100644
(file)
--- 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;
}