ftimme
2011-09-25 cd5645e4676308d1ac32a0c539e5d699845df27a
server/plugins-available/nginx_plugin.inc.php
@@ -567,7 +567,7 @@
         }
         //* add the nginx user to the client group
         $app->system->add_user_to_group($groupname, escapeshellcmd($web_config['user']));
         $app->system->add_user_to_group($groupname, escapeshellcmd($web_config['nginx_user']));
         $this->_exec('chown '.$username.':'.$groupname.' '.escapeshellcmd($data['new']['document_root']));