Selaa lähdekoodia

Syntax error

features/ap_c2s_proxyUrl
Mark Felder 3 vuotta sitten
vanhempi
commit
b3015db841
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      installation/pleroma.vcl

+ 1
- 1
installation/pleroma.vcl Näytä tiedosto

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



Loading…
Peruuta
Tallenna