Docker nginx website doesn't work

Hello world,

I’ve noticed that my website is down. But my docker container is running and still has the same compose as since 2019. Nothing has changed in firewall.

version: '3.3'
services:
 web:
  image: nginx:latest
  container_name: abyssnginx
  volumes:
   - ./src:/usr/share/nginx/html:ro
  ports:
   - 80:80

Have you tried any other troubleshooting?

If not, step one would be to ping the server. Probably from an external network if this is not an intranet website.

Is the ISP providing a public DHCP IP address or static?

Did u forget to renew your domain?

What does docker compose logs tell you? Does curl http://localhost give you any output? If this is hosted at home, maybe your ISP moved you to CGNAT. There could be so much more…

The domain routing works for other services.

logs

time="2025-01-09T04:35:24-08:00" level=warning msg="G:\\servers\\nginx-abyss\\docker-compose.yml: version is obsolete"abyssnginx | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration abyssnginx | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/ abyssnginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh abyssnginx | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf abyssnginx | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf abyssnginx | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh abyssnginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh abyssnginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh abyssnginx | /docker-entrypoint.sh: Configuration complete; ready for start up abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: using the "epoll" event method abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: nginx/1.25.3 abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: built by gcc 12.2.0 (Debian 12.2.0-14) abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: OS: Linux 5.15.90.1-microsoft-standard-WSL2 abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576 abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: start worker processes abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: start worker process 29 abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: start worker process 30 abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: start worker process 31 abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: start worker process 32 abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: start worker process 33 abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: start worker process 34 abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: start worker process 35 abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: start worker process 36 abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: start worker process 37 abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: start worker process 38 abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: start worker process 39 abyssnginx | 2025/01/04 10:29:12 [notice] 1#1: start worker process 40 abyssnginx | 172.18.0.1 - - [04/Jan/2025:10:31:41 +0000] "POST /report/Reloader HTTP/1.1" 404 153 "-" "Java/1.8.0_202" "-" abyssnginx | 2025/01/04 10:31:41 [error] 29#29: *1 open() "/usr/share/nginx/html/report/Reloader" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /report/Reloader HTTP/1.1", host: "mcstats.org" abyssnginx | 2025/01/04 12:03:39 [error] 31#31: *2 open() "/usr/share/nginx/html/report/Spigot" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /report/Spigot HTTP/1.1", host: "mcstats.org" abyssnginx | 172.18.0.1 - - [04/Jan/2025:12:03:39 +0000] "POST /report/Spigot HTTP/1.1" 404 153 "-" "Java/1.8.0_202" "-" abyssnginx | 2025/01/04 14:15:59 [error] 32#32: *3 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [04/Jan/2025:14:16:04 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/04 16:59:34 [error] 33#33: *4 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [04/Jan/2025:16:59:39 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/04 17:29:28 [error] 34#34: *5 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [04/Jan/2025:17:29:33 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/04 17:47:30 [error] 35#35: *6 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [04/Jan/2025:17:47:35 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/04 19:13:38 [error] 30#30: *7 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [04/Jan/2025:19:13:43 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/04 20:17:47 [error] 36#36: *8 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [04/Jan/2025:20:17:52 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/04 21:13:30 [error] 37#37: *9 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [04/Jan/2025:21:13:30 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/04 23:48:46 [error] 38#38: *10 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [04/Jan/2025:23:48:51 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/05 00:03:43 [error] 39#39: *11 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [05/Jan/2025:00:03:48 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/05 00:43:44 [error] 40#40: *12 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [05/Jan/2025:00:43:49 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/05 01:21:19 [error] 29#29: *13 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [05/Jan/2025:01:21:24 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/05 02:44:35 [error] 29#29: *14 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [05/Jan/2025:02:44:40 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/05 02:51:26 [error] 29#29: *15 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [05/Jan/2025:02:51:31 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/05 07:03:41 [error] 29#29: *16 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [05/Jan/2025:07:03:46 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/05 07:51:19 [error] 29#29: *17 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [05/Jan/2025:07:51:24 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/05 08:24:29 [error] 29#29: *18 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [05/Jan/2025:08:24:34 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/05 09:55:22 [error] 29#29: *19 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [05/Jan/2025:09:55:27 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/05 10:11:19 [error] 29#29: *20 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [05/Jan/2025:10:11:24 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/05 12:19:52 [error] 29#29: *21 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [05/Jan/2025:12:19:57 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/05 14:39:02 [error] 29#29: *22 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [05/Jan/2025:14:39:07 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/05 17:52:41 [error] 29#29: *23 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [05/Jan/2025:17:52:46 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/05 20:29:34 [error] 29#29: *24 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [05/Jan/2025:20:29:39 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/05 21:23:51 [error] 29#29: *25 open() "/usr/share/nginx/html/report/Spigot" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /report/Spigot HTTP/1.1", host: "mcstats.org" abyssnginx | 172.18.0.1 - - [05/Jan/2025:21:23:51 +0000] "POST /report/Spigot HTTP/1.1" 404 153 "-" "Java/1.8.0_202" "-" abyssnginx | 2025/01/06 05:02:10 [error] 29#29: *26 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [06/Jan/2025:05:02:15 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/06 05:13:22 [error] 29#29: *27 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [06/Jan/2025:05:13:27 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/06 06:45:54 [error] 29#29: *28 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [06/Jan/2025:06:45:59 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/06 06:58:46 [error] 31#31: *29 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [06/Jan/2025:06:58:51 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/06 07:16:34 [error] 31#31: *30 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [06/Jan/2025:07:16:38 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/06 10:50:18 [error] 31#31: *31 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [06/Jan/2025:10:50:23 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/06 11:26:28 [error] 31#31: *32 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [06/Jan/2025:11:26:33 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/06 12:27:31 [error] 31#31: *33 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [06/Jan/2025:12:27:36 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/06 14:04:45 [error] 31#31: *34 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [06/Jan/2025:14:04:50 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/06 14:55:42 [error] 31#31: *35 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [06/Jan/2025:14:55:47 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/06 15:35:57 [error] 31#31: *36 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [06/Jan/2025:15:36:02 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/06 15:50:34 [error] 31#31: *37 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [06/Jan/2025:15:50:39 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/06 20:44:48 [error] 31#31: *38 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [06/Jan/2025:20:44:53 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/06 21:26:34 [error] 31#31: *39 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [06/Jan/2025:21:26:39 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/07 01:32:42 [error] 31#31: *40 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [07/Jan/2025:01:32:47 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/07 02:47:17 [error] 31#31: *41 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [07/Jan/2025:02:47:22 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/07 03:56:12 [error] 31#31: *42 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [07/Jan/2025:03:56:17 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/07 04:14:44 [error] 31#31: *43 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [07/Jan/2025:04:14:46 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/07 04:50:39 [error] 31#31: *44 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [07/Jan/2025:04:50:44 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/07 12:34:09 [error] 32#32: *45 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [07/Jan/2025:12:34:12 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/07 12:37:49 [error] 32#32: *46 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [07/Jan/2025:12:37:54 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/07 17:56:13 [error] 32#32: *47 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [07/Jan/2025:17:56:18 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/07 20:17:52 [error] 32#32: *48 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [07/Jan/2025:20:17:57 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/07 21:34:42 [error] 32#32: *49 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [07/Jan/2025:21:34:47 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/07 22:01:11 [error] 32#32: *50 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [07/Jan/2025:22:01:16 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/07 22:56:03 [error] 32#32: *51 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [07/Jan/2025:22:56:08 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/07 23:40:35 [error] 32#32: *52 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [07/Jan/2025:23:40:40 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/08 00:48:09 [error] 32#32: *53 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [08/Jan/2025:00:48:14 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/08 01:29:19 [error] 32#32: *54 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [08/Jan/2025:01:29:24 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/08 02:11:00 [error] 32#32: *55 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [08/Jan/2025:02:11:05 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/08 06:06:11 [error] 32#32: *56 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [08/Jan/2025:06:06:16 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/08 07:54:26 [error] 32#32: *57 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [08/Jan/2025:07:54:29 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/08 12:12:15 [error] 32#32: *58 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [08/Jan/2025:12:12:20 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/08 13:24:36 [error] 32#32: *59 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [08/Jan/2025:13:24:41 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/08 13:49:46 [error] 32#32: *60 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [08/Jan/2025:13:49:51 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/08 15:11:22 [error] 33#33: *61 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [08/Jan/2025:15:11:27 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/08 16:25:22 [error] 33#33: *62 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [08/Jan/2025:16:25:27 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 172.18.0.1 - - [08/Jan/2025:17:00:17 +0000] "POST /report/Reloader HTTP/1.1" 404 153 "-" "Java/1.8.0_202" "-" abyssnginx | 2025/01/08 17:00:17 [error] 33#33: *63 open() "/usr/share/nginx/html/report/Reloader" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /report/Reloader HTTP/1.1", host: "mcstats.org"abyssnginx | 2025/01/08 20:27:10 [error] 33#33: *64 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [08/Jan/2025:20:27:15 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/08 22:10:00 [error] 33#33: *65 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [08/Jan/2025:22:10:05 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/08 23:15:24 [error] 33#33: *66 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [08/Jan/2025:23:15:29 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/08 23:17:04 [error] 33#33: *67 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [08/Jan/2025:23:17:09 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/09 06:10:40 [error] 33#33: *68 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [09/Jan/2025:06:10:45 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/09 07:53:54 [error] 33#33: *69 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [09/Jan/2025:07:53:59 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/09 09:16:31 [error] 33#33: *70 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [09/Jan/2025:09:16:36 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/09 09:53:06 [error] 33#33: *71 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [09/Jan/2025:09:53:11 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/09 11:13:27 [error] 33#33: *72 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [09/Jan/2025:11:13:32 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-" abyssnginx | 2025/01/09 11:13:57 [error] 33#33: *73 open() "/usr/share/nginx/html/plugin/D3Core" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /plugin/D3Core HTTP/1.1", host: "report.mcstats.org" abyssnginx | 172.18.0.1 - - [09/Jan/2025:11:14:02 +0000] "POST /plugin/D3Core HTTP/1.1" 404 153 "-" "MCStats/7" "-"

What is up with all the files mising on the end ?
looks like it can’t find its files

1 Like