Question about rewrite and custom nginx virtualhosts

hape

Verified User
Joined
Jul 22, 2010
Messages
80
Location
Poland
Welcome,
is this command valid for nginx (custombuild 2.0) virtuslhosts rewrite?
Code:
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue
or should I use nginx insted of httpd?

What names of custom virtualhost files for nginx (CB 2.0) should I set in /usr/local/directadmin/data/templates/custom ? nginx_server.conf nginx_server_sub.conf ... or virtual_host.conf virtual_host_sub.conf?
Please update this info in README file:
named.db
zone.conf
outlook_setup.reg
virtual_host.conf
virtual_host_secure.conf
virtual_host_secure_sub.conf
virtual_host_sub.conf
u_welcome.txt
r_welcome.txt
a_welcome.txt
email_pass_change/custom/index.html
reseller_limit.txt
user_limit.txt
message_tech.txt
message_user.txt
dns_a.conf
dns_mx.conf
dns_cname.conf
dns_ns.conf
Please also add information about other files, for example dns_aaaa.conf..


Thank you.
 
Yes, this command takes care of nginx also. The following command is just an "alias" and would do the same as value=httpd:
Code:
echo "action=rewrite&value=nginx" >> /usr/local/directadmin/data/task.queue
 
Ok.
Yet one suggestion. Please change default mail folder for spam from .INBOX.spam to .INBOX.Spam (one letter), becouse this is default naming in many apps.
 
Back
Top