diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master index 51e785fd8124e2e851b8c40c25293cd8b300465e..063b5c7e3390666fb569578f97ec5448e9b38b35 100644 --- a/server/conf/vhost.conf.master +++ b/server/conf/vhost.conf.master @@ -474,7 +474,7 @@ RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/ - RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] + RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L,NE]