root@mztian:~# sudo ee site create mztian.win --wp Running pre-update checks, please wait... Setting up NGINX configuration [Done] Setting up webroot [Done] Downloading WordPress [Done] Setting up database [Done] Installing plugin nginx-helper, please wait... Reload : nginx [Failed] Oops Something went wrong !! Calling cleanup actions ... Reload : nginx [OK] service nginx reload failed. check issues with `nginx -t` command. Check logs for reason `tail /var/log/ee/ee.log` & Try Again!!! root@mztian:~# nginx -t nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful root@mztian:~# tail /var/log/ee/ee.log 2016-10-25 00:36:04,175 (INFO) ee : [OK] 2016-10-25 00:36:04,193 (DEBUG) ee : Removing /var/www/mztian.win 2016-10-25 00:36:04,194 (DEBUG) ee : Removing /var/www/mztian.win 2016-10-25 00:36:04,274 (DEBUG) ee : dropping database `mztian_win` 2016-10-25 00:36:04,277 (DEBUG) ee : Exceuting MySQL Statement : drop database `mztian_win` 2016-10-25 00:36:04,300 (DEBUG) ee : dropping user `mztian_win` 2016-10-25 00:36:04,304 (DEBUG) ee : Exceuting MySQL Statement : drop user `mztian_win`@`localhost` 2016-10-25 00:36:04,307 (DEBUG) ee : Exceuting MySQL Statement : flush privileges 2016-10-25 00:36:04,339 (INFO) ee : service nginx reload failed. check issues with `nginx -t` command. 2016-10-25 00:36:04,339 (ERROR) ee : Check logs for reason `tail /var/log/ee/ee.log` & Try Again!!! root@mztian:~# netstat -ltunp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 145/rpcbind tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1342/nginx -g daemo tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 389/sshd tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 826/master tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 589/mysqld tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 387/memcached tcp6 0 0 :::111 :::* LISTEN 145/rpcbind tcp6 0 0 :::80 :::* LISTEN 1342/nginx -g daemo tcp6 0 0 :::22 :::* LISTEN 389/sshd tcp6 0 0 :::25 :::* LISTEN 826/master tcp6 0 0 :::9898 :::* LISTEN 726/python udp 0 0 127.0.0.1:11211 0.0.0.0:* 387/memcached udp 0 0 0.0.0.0:34255 0.0.0.0:* 726/python udp 0 0 0.0.0.0:745 0.0.0.0:* 145/rpcbind udp 0 0 0.0.0.0:111 0.0.0.0:* 145/rpcbind udp6 0 0 :::745 :::* 145/rpcbind udp6 0 0 :::111 :::* 145/rpcbind udp6 0 0 :::9898 :::* 726/python