OPNsense Forum

English Forums => Development and Code Review => Topic started by: Oxima69 on March 28, 2019, 12:52:44 PM

Title: nginx - global error log
Post by: Oxima69 on March 28, 2019, 12:52:44 PM
Hi,

in my global error log, there is every minute a signal process started entry.
what could be the cause ?.
thanks.

OPNsense 19.1.4 / nginx 1.9
Title: Re: nginx - global error log
Post by: fabian on March 28, 2019, 05:39:45 PM
That's probably the log reopen signal for the bot detection (you can try to trigger it by yourself by entering nginx -s reopen on the shell).
Title: Re: nginx - global error log
Post by: Oxima69 on March 28, 2019, 06:05:06 PM
Yes, I can recreate it.
thanks