diff options
author | Mark Felder <feld@FreeBSd.org> | 2018-03-20 01:28:50 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSd.org> | 2018-03-20 01:28:50 +0000 |
commit | c8c0519f520e9f352b0f1ef975885aed0755f506 (patch) | |
tree | 1f75f5fcec8eb994eabbaa69bd9e65ce5fc2966d | |
parent | bdc522da1b9d6cf5d057a1de51babe49e943fadb (diff) | |
download | pleroma-c8c0519f520e9f352b0f1ef975885aed0755f506.tar.gz pleroma-c8c0519f520e9f352b0f1ef975885aed0755f506.zip |
Clarify vcl_synth is for all 301s we generate
-rw-r--r-- | installation/pleroma.vcl | 2 |
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; |