nginx errors in log
-
Hi everyone,
I'm trying to diagnose a connectivity issue. Once every few weeks, internet connectivity slows considerably, and I see these log entries:
Sep 1 11:07:28 nginx 2024/09/01 11:07:28 [error] 58960#100597: *2330 open() "/usr/local/www/api/system" failed (2: No such file or directory), client: 10.1.55.3, server: , request: "GET /api/system HTTP/1.1", host: "10.1.55.1"
The client 10.1.55.3 is a Ubiquiti Dream Router so it seems unlikely that it has been compromised, but I can't understand why it is requesting files from the Pfsense router.
I had bothered support a few times with the connectivity issue, but finally I thought I had determined that my router device (a 6 x 2.5Gb Protectli device) was not playing well with the port speeds between the switch on LAN, so I set the port speeds manually to 2500BaseT. That seemed to make the issue less frequent, but it occured again yesterday. My only solution was to restart the router which solved the connectivity issue. Also- when this issue is occurring, I have no problem connecting to the router remotely via VPN.
Anyone have any ideas? Thanks in advance.
-
That error is simply the Ubiquiti device querying it as though it's another Ubiquiti device. It isn't so that API url doesn't exist. Unlikely to be anything other than that. Not the cause of a problem.
-
@stephenw10 Thank you!