Skip to content

Commit 6376a79

Browse files
author
Till Brehm
committed
Merge branch '6687-nginx_reverseproxy_plugin-inc-php-got-enabled' into 'develop'
Resolve "nginx_reverseproxy_plugin.inc.php got enabled" Closes #6577 and #6687 See merge request ispconfig/ispconfig3!1903
2 parents 02d2e3b + 10d2495 commit 6376a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/plugins-available/server_services_plugin.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ class server_services_plugin {
4444

4545
var $web_plugins = array('cron_plugin', 'cron_jailkit_plugin', 'ftpuser_base_plugin', 'shelluser_base_plugin', 'shelluser_jailkit_plugin', 'webserver_plugin');
4646
var $apache_plugins = array('apache2_plugin');
47-
var $nginx_plugins = array('nginx_plugin', 'nginx_reverseproxy_plugin');
47+
var $nginx_plugins = array('nginx_plugin');
4848

49-
var $bind_plugins = array('bind_dlz_plugin', 'bind_plugin');
49+
var $bind_plugins = array('bind_plugin');
5050
var $powerdns_plugins = array('powerdns_plugin');
5151

5252
var $db_plugins = array('mysql_clientdb_plugin');

0 commit comments

Comments
 (0)