root@opnsense:~ # service nginx startPerforming sanity check on nginx configuration:nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is oknginx: configuration file /usr/local/etc/nginx/nginx.conf test is successfulStarting nginx.nginx: [emerg] bind() to unix:/var/run/nginx_status.sock failed (48: Address already in use)nginx: [emerg] bind() to unix:/var/run/nginx_status.sock failed (48: Address already in use)nginx: [emerg] bind() to unix:/var/run/nginx_status.sock failed (48: Address already in use)nginx: [emerg] bind() to unix:/var/run/nginx_status.sock failed (48: Address already in use)nginx: [emerg] bind() to unix:/var/run/nginx_status.sock failed (48: Address already in use)nginx: [emerg] still could not bind()/usr/local/etc/rc.d/nginx: WARNING: failed to start nginxroot@opnsense:~ # ps auxww |grep nginxroot 24076 0.0 0.0 1060888 3196 0 R+ 21:25 0:00.00 grep nginxroot@opnsense:~ # service nginx statusnginx is not running.root@opnsense:~ # ls -la /var/run/nginx*-rw-r----- 1 root wheel 0 Feb 13 20:40 /var/run/nginx.pidsrw-rw-rw- 1 root wheel 0 Feb 13 20:40 /var/run/nginx_status.sockroot@opnsense:~ #
NGINX server was started and working, I saw it acting as a reverse-proxy before and I was tweaking the config files and tried to restart