nginx_apache ignores port_80

hape

Verified User
Joined
Jul 22, 2010
Messages
80
Location
Poland
Hello,

when we use port_80 in directadmin with nginx_apache, this variable is ignored. Still 80 is in use.
 
Also the newest DA ignores files from custombuild/custom/ap2 when we use rewrite_confs.
 
Hello,

Just tested on my end, and I won't confirm the issue.
Make sure you've got no outdated templates in /usr/local/directadmin/data/templates/custom/ and /usr/local/directadmin/data/templates/
If you have make sure that you see there:

Code:
listen |IP|:|PORT_80|;

in nginx templates.

And make sure your Directadmin version is the current:

Code:
# /usr/local/directadmin/directadmin v
Version: DirectAdmin v.1.49.1
 
Fixed, there must be a new line (empty) if port_80= is the latest entry in config file :)
 
Back
Top