File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file.
77
88### Bugfixes
99
10+ - Fix #1961 Renewal Apache2 only SSL certificate fails
11+
1012## [ 1.4.5] - Service release
1113
1214### Bugfixes
@@ -20,7 +22,7 @@ All notable changes to this project will be documented in this file.
2022
2123- Add nginx user_agent separation to desktop/mobile (e.g. for fastcgi cache)
2224- Run phpmyadmin folder under www-data user instead of "user" improving security. (@bet0x )
23- - Added new template for mod php users to access phpmymyadmin
25+ - Added new template for mod php users to access phpmyadmin
2426
2527### Bugfixes
2628
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ for auth in $authz; do
331331 check_result $? " Proxy restart failed" > /dev/null
332332 fi
333333 else
334- get_object_value ' mail' ' DOMAIN' " $domain " " WEBMAIL"
334+ get_object_value ' mail' ' DOMAIN' " $root_domain " " WEBMAIL"
335335 if [ ! -z " $WEBMAIL " ]; then
336336 well_known=" /var/lib/$WEBMAIL /.well-known"
337337 acme_challenge=" $well_known /acme-challenge"
You can’t perform that action at this time.
0 commit comments