From: Mark Felder Date: Tue, 20 Mar 2018 01:28:50 +0000 (+0000) Subject: Clarify vcl_synth is for all 301s we generate X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=c8c0519f520e9f352b0f1ef975885aed0755f506;p=akkoma Clarify vcl_synth is for all 301s we generate --- diff --git a/installation/pleroma.vcl b/installation/pleroma.vcl index 869d9fe66..e68938803 100644 --- a/installation/pleroma.vcl +++ b/installation/pleroma.vcl @@ -114,7 +114,7 @@ sub vcl_backend_response { } } -# The synthetic response for the HTTP to HTTPS upgrade +# The synthetic response for 301 redirects sub vcl_synth { if (resp.status == 750) { set resp.status = 301;