1.05版本開始
>[info] nginx
默認綁定80端口,需手動啟動。
可以利用nginx配置php-fpm或apache,php-fpm默認端口9000,需手動啟動。
配置目錄:/ewomail/nginx
啟動命令:
service nginx start
php-fpm啟動命令:
service php-fpm start
>[info] apache
取消apache的80端口,管理郵箱后臺與webmail保留原來的端口。
配置目錄:/ewomail/apache
啟動命令:
service httpd start