How to switch from Apache to Nginx

Hosting Kernel

Verified User
Joined
Sep 30, 2015
Messages
150
Hi,

My server is running DA v1.48.3 with Apache + php5. How to switch to use Nginx?

Thanks
 
Hello,

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set webserver nginx
./build set php1_mode php-fpm
./build set php2_mode php-fpm
./build nginx
./build php d
./build rewrite_confs
 
Back
Top