server/plugins-available/nginx_reverseproxy_plugin.inc.php
@@ -13,7 +13,7 @@ function onInstall() { global $conf; if($conf['services']['proxy'] == true && $conf['nginx']['installed'] == true) { if(isset($conf['services']['proxy']) && $conf['services']['proxy'] == true && isset($conf['nginx']['installed']) && $conf['nginx']['installed'] == true) { return true; } else { return false;