Skip to content

Commit 65dd926

Browse files
committed
Closes hestiacp#1799
1 parent 9d61c29 commit 65dd926

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

bin/v-change-web-domain-backend-tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if [ ! -z "$CUSTOM_DOCROOT" ]; then
8888
fi
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

0 commit comments

Comments
 (0)