We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d61c29 commit 65dd926Copy full SHA for 65dd926
2 files changed
CHANGELOG.md
@@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
14
- Merge LE logs in 1 file per domain #1968 @tlcd96
15
- Refresh phpmyadmin config for Apache2 + PHP FPM
16
- Mute notification mysql is down with v-update-sys-rrd-mysql
17
+- Fixed an issue with v-change-web-domain-backed-tpl and username = domain.com #1799
18
19
## [1.4.5] - Service release
20
bin/v-change-web-domain-backend-tpl
@@ -88,7 +88,7 @@ if [ ! -z "$CUSTOM_DOCROOT" ]; then
88
fi
89
90
# Checking backend pool configuration
91
-if [ "$backend_type" = "$user" ]; then
+if [[ "$backend_type" = "$user" && $WEB_BACKEND_POOL = 'user' ]]; then
92
conf=$USER_DATA/web.conf
93
fields='$DOMAIN'
94
nohead=1
0 commit comments