Skip to content

Commit 3ecd2f1

Browse files
authored
Fix includes after 2550 (hestiacp#2722)
* Fix includes after 2550 * Add upgrade script
1 parent f6159de commit 3ecd2f1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

install/deb/templates/mail/nginx/default_disabled.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ server {
2121

2222
proxy_hide_header Upgrade;
2323

24-
include %home%/%user%/conf/mail/%root_domain%/%proxy_system%.conf_*;
24+
include %home%/%user%/conf/mail/%root_domain%/%proxy_system%.ssl.conf_*;
2525
}

install/deb/templates/mail/nginx/default_disabled.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ include %home%/%user%/conf/mail/%root_domain%/nginx.forcessl.conf*;
1616
proxy_pass http://%ip%:%web_port%;
1717
}
1818

19-
include %home%/%user%/conf/mail/%root_domain%/%proxy_system%.ssl.conf_*;
19+
include %home%/%user%/conf/mail/%root_domain%/%proxy_system%.conf_*;
2020

2121
}

install/upgrade/versions/1.6.3.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
upgrade_config_set_value 'UPGRADE_UPDATE_WEB_TEMPLATES' 'no'
1919
upgrade_config_set_value 'UPGRADE_UPDATE_DNS_TEMPLATES' 'no'
20-
upgrade_config_set_value 'UPGRADE_UPDATE_MAIL_TEMPLATES' 'no'
21-
upgrade_config_set_value 'UPGRADE_REBUILD_USERS' 'no'
20+
upgrade_config_set_value 'UPGRADE_UPDATE_MAIL_TEMPLATES' 'yes'
21+
upgrade_config_set_value 'UPGRADE_REBUILD_USERS' 'yes'
2222
upgrade_config_set_value 'UPGRADE_UPDATE_FILEMANAGER_CONFIG' 'false'
2323

0 commit comments

Comments
 (0)