Skip to content
Snippets Groups Projects
Commit a4e0d967 authored by jurgenhaas's avatar jurgenhaas
Browse files

Change response code for scheme redirects to 301, was 302

parent 054e2101
No related branches found
No related tags found
No related merge requests found
......@@ -339,10 +339,10 @@ backend backend_varnish_bigpipe
{% endif %}
backend backend_redirect_ssl
redirect scheme https if TRUE
redirect scheme https code 301 if TRUE
backend backend_redirect
redirect scheme http if TRUE
redirect scheme http code 301 if TRUE
backend backend_letsencrypt
server letsencrypt 127.0.0.1:54321
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment