Clarify vcl_synth is for all 301s we generate
authorMark Felder <feld@FreeBSd.org>
Tue, 20 Mar 2018 01:28:50 +0000 (01:28 +0000)
committerMark Felder <feld@FreeBSd.org>
Tue, 20 Mar 2018 01:28:50 +0000 (01:28 +0000)
installation/pleroma.vcl

index 869d9fe66aa48db77e241320d4f60d70aa1b2a4e..e68938803d7bd31ba8f3ac7c0ff1cd432068c57d 100644 (file)
@@ -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;