Custom configuration files not being used

Imtek

Verified User
Joined
Dec 11, 2005
Messages
223
Location
The Netherlands
I use nginx_apache, i have some custom configuration files i want to use but they are not being used when i use ./build rewrite_confs.

I also tried using these steps to make sure i am using nginx_apache:

cd /usr/local/directadmin/custombuild
./build set webserver nginx_apache
./build nginx_apache
./build rewrite_confs

Even after that for instance my customization i made in /usr/local/directadmin/custombuild/custom/nginx_reverse/nginx-vhosts.conf are not placed in /etc/nginx/nginx-vhosts.conf
 
Your custom configs are in the wrong directory, it should be /usr/local/directadmin/custombuild/custom/nginx_reverse/conf/nginx-vhosts.conf
Then running ./build rewrite_confs should be enough.
 
Back
Top