Unverified Commit 02930bd6 authored by Aaron Andersen's avatar Aaron Andersen Committed by GitHub
Browse files

httpd: change redirect status code to 301 when using forceSSL (#405295)

parents a5279e43 58521a94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ let
                    RewriteEngine on
                    RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge [NC]
                    RewriteCond %{HTTPS} off
                    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
                    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
                </IfModule>
              ''
            else