FortiSOAR Knowledge Base
FortiSOAR: Security Orchestration and Response software provides innovative case management, automation, and orchestration. It pulls together all of an organization's tools, helps unify operations, and reduce alert fatigue, context switching, and the mean time to respond to incidents.
jankit6
Staff
Staff
Article Id 290188
Description This article describes how to troubleshoot the issue with the Nginx service.
Scope FortiSOAR.
Solution

If the system has Ipv6 enabled, the service could fail to start due to incorrect binding of the port.

 

Systemctl restart nginx

Error: [::1]:7564 failed (99: cannot assign requested address)

 

Edit the file and add below to enable binding with Ipv4: vi /etc/sysctl.conf.

 

net.ipv4.ip_nonlocal_bind =1

 

Save the file and execute sysctl -p.

 

Now, try starting the service: systemctl start nginx.