projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdc522d
)
Clarify vcl_synth is for all 301s we generate
author
Mark Felder
<feld@FreeBSd.org>
Tue, 20 Mar 2018 01:28:50 +0000
(
01:28
+0000)
committer
Mark Felder
<feld@FreeBSd.org>
Tue, 20 Mar 2018 01:28:50 +0000
(
01:28
+0000)
installation/pleroma.vcl
patch
|
blob
|
history
diff --git
a/installation/pleroma.vcl
b/installation/pleroma.vcl
index 869d9fe66aa48db77e241320d4f60d70aa1b2a4e..e68938803d7bd31ba8f3ac7c0ff1cd432068c57d 100644
(file)
--- 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;