Bring Mastodon frontend up-to-date
[akkoma] / 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;