How to change from Apache to Nginx?

Tommyhara

Verified User
Joined
Jul 25, 2014
Messages
187
I am using Apache on Directadmin and I heard that Nginx web server is better and lighter. It is possible to change my web server from Apache to Nginx?

Thanks in advance.
 
Yes you can change web server to nginx, just run the following commands:

cd /usr/local/directadmin/custombuild
./build update
./build set webserver nginx
./build nginx
 
Back
Top