aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSd.org>2018-03-20 01:28:50 +0000
committerMark Felder <feld@FreeBSd.org>2018-03-20 01:28:50 +0000
commitc8c0519f520e9f352b0f1ef975885aed0755f506 (patch)
tree1f75f5fcec8eb994eabbaa69bd9e65ce5fc2966d
parentbdc522da1b9d6cf5d057a1de51babe49e943fadb (diff)
downloadpleroma-c8c0519f520e9f352b0f1ef975885aed0755f506.tar.gz
Clarify vcl_synth is for all 301s we generate
-rw-r--r--installation/pleroma.vcl2
1 files changed, 1 insertions, 1 deletions
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;