diff options
Diffstat (limited to 'installation/pleroma.vcl')
-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; |