You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/plugins-available/apache2_plugin.inc.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1187,7 +1187,7 @@ function update($event_name, $data) {
1187
1187
$vhost_data['ssl_bundle_file'] = $bundle_file;
1188
1188
1189
1189
//* Generate Let's Encrypt SSL certificat
1190
-
if($data['new']['ssl'] == 'y' && $data['new']['ssl_letsencrypt'] == 'y' && $conf['mirror_server_id'] == 0 ( // ssl and let's encrypt is active and no mirror server
1190
+
if($data['new']['ssl'] == 'y' && $data['new']['ssl_letsencrypt'] == 'y' && $conf['mirror_server_id'] == 0&& ( // ssl and let's encrypt is active and no mirror server
1191
1191
($data['old']['ssl'] == 'n' || $data['old']['ssl_letsencrypt'] == 'n') // we have new let's encrypt configuration
1192
1192
|| ($data['old']['domain'] != $data['new']['domain']) // we have domain update
1193
1193
|| ($data['old']['subdomain'] != $data['new']['subdomain']) // we have new or update on "auto" subdomain
0 commit comments