DirectAdmin更改Apache或openlitespeed服务器为nginx
DirectAdmin更改Apache或openlitespeed服务器为nginx的方法
cd /usr/local/directadmin/custombuild
./build set webserver nginx
./build set php1_mode php-fpm
./build update
./build all d
./build rewrite_confs
重启相关进程
service directadmin restart
service httpd restart