Problem after deleting IP from server

gospodinov

Verified User
Joined
Apr 19, 2020
Messages
12
Hello i removed unused ip -> 1.2.3.4 from directadmin, then i tried rebuild all but when i start ./build rewrite_confs i receive this :
[root@server custombuild]# ./build rewrite_confs
Checking to ensure /etc/nginx/ssl.crt/server.ca is set.
Copying custom ModSecurity rules to /etc/modsecurity.d/...
Installation of ModSecurity Rule Set has been finished.
Using 1.1.1.1 for your server IP
Using 1.1.1.1 for your server IP
Then stuck and nothing happen, script cant finish.

I stop the script then check file : /usr/local/directadmin/data/users/admin/nginx.conf after this procedure and i can see there is :
listen 1.2.3.4:443 ssl http2;

So i think the unused IP address is not completely removed and directadmin still try to use it.
How can i fix this ? Please help.
 
Back
Top