From c8c0519f520e9f352b0f1ef975885aed0755f506 Mon Sep 17 00:00:00 2001
From: Mark Felder <feld@FreeBSd.org>
Date: Tue, 20 Mar 2018 01:28:50 +0000
Subject: [PATCH] Clarify vcl_synth is for all 301s we generate

---
 installation/pleroma.vcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;