Skip to content

Commit 8ced51c

Browse files
committed
Revert "fix Let's Encrypt add web domain alias support"
This reverts commit 0b73ad5.
1 parent 0b73ad5 commit 8ced51c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,6 @@ function update($event_name, $data) {
11831183
($data['old']['ssl'] == 'n' || $data['old']['ssl_letsencrypt'] == 'n') // we have new let's encrypt configuration
11841184
|| ($data['old']['domain'] != $data['new']['domain']) // we have domain update
11851185
|| ($data['old']['subdomain'] != $data['new']['subdomain']) // we have new or update on "auto" subdomain
1186-
|| ($data['old']['type'] == 'alias' || $data['new']['type'] == 'alias') // we have new or update on alias domain
11871186
|| $this->update_letsencrypt == true
11881187
)) {
11891188
// default values

server/plugins-available/nginx_plugin.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,6 @@ function update($event_name, $data) {
12511251
($data['old']['ssl'] == 'n' || $data['old']['ssl_letsencrypt'] == 'n') // we have new let's encrypt configuration
12521252
|| ($data['old']['domain'] != $data['new']['domain']) // we have domain update
12531253
|| ($data['old']['subdomain'] != $data['new']['subdomain']) // we have new or update on "auto" subdomain
1254-
|| ($data['old']['type'] == 'alias' || $data['new']['type'] == 'alias') // we have new or update on alias domain
12551254
|| $this->update_letsencrypt == true
12561255
)) {
12571256
// default values

0 commit comments

Comments
 (0)