Skip to content

Commit df67072

Browse files
committed
Merge pull request certbot#642 from letsencrypt/dol-patch-1
Dol patch 1
2 parents c0f8c90 + 92dbc4f commit df67072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

letsencrypt-apache/letsencrypt_apache/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
distribution."""
2121

2222
REWRITE_HTTPS_ARGS = [
23-
"^.*$", "https://%{SERVER_NAME}%{REQUEST_URI}", "[L,R=permanent]"]
23+
"^", "https://%{SERVER_NAME}%{REQUEST_URI}", "[L,QSA,R=permanent]"]
2424
"""Apache rewrite rule arguments used for redirections to https vhost"""

0 commit comments

Comments
 (0)