Get back to Apache as webserver

adi5497

Verified User
Joined
Jan 14, 2020
Messages
21
Hello, Currently I have a Apache+nginx as webserver. There is any way to get back only to apache as webserver?
 
Hello,

Run:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set webserver apache
./build apache
./build remove_nginx
./build rewrite_confs
 
Hello,

Run:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set webserver apache
./build apache
./build remove_nginx
./build rewrite_confs
Thank you. It will not delete any files ex. website? :)
 
The commands listed above do not intend to remove user data. You might lose any customization done to Nginx/Apache if you used anything of the kind.
 
Back
Top