File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
1414- Merge LE logs in 1 file per domain #1968 @tlcd96
1515- Refresh phpmyadmin config for Apache2 + PHP FPM
1616- 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
1718
1819## [ 1.4.5] - Service release
1920
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ if [ ! -z "$CUSTOM_DOCROOT" ]; then
8888fi
8989
9090# Checking backend pool configuration
91- if [ " $backend_type " = " $user " ]; then
91+ if [[ " $backend_type " = " $user " && $WEB_BACKEND_POOL = ' user ' ] ]; then
9292 conf=$USER_DATA /web.conf
9393 fields=' $DOMAIN'
9494 nohead=1
You can’t perform that action at this time.
0 commit comments