I added VTS services to both servers and encountered a strange error on one of them
Hello, Sir. I am a developer from China. I have a strange problem
Here is the error log I pulled
2019/12/20 18:13:55 [error] 11678#0: *7266961 open() "/usr/share/nginx/html/status" failed (2: No such file or directory), client: 172.30.244.30, server: 172.30.201.113, request: "GET /status HTTP/1 .1", host: "172.30.201.113" 2019/12/20 18:13:57 [error] 11678#0: *7266961 open() "/usr/share/nginx/html/status" failed (2: No such file or directory), client: 172.30.244.30, server: 172.30.201.113, request: "GET /status HTTP/1 .1", host: "172.30.201.113" 2019/12/20 18:13:57 [error] 11678#0: *7266961 open() "/usr/share/nginx/html/status" failed (2: No such file or directory), client: 172.30.244.30, server: 172.30.201.113, request: "GET /status HTTP/1 .1", host: "172.30.201.113" 2019/12/20 18:13:57 [error] 11678#0: *7266961 open() "/usr/share/nginx/html/status" failed (2: No such file or directory), client: 172.30.244.30, server: 172.30.201.113, request: "GET /status HTTP/1 .1", host: "172.30.201.113" 2019/12/20 18:13:58 [error] 11678#0: *7266961 open() "/usr/share/nginx/html/status" failed (2: No such file or directory), client: 172.30.244.30, server: 172.30.201.113, request: "GET /status HTTP/1 .1", host: "172.30.201.113" 2019/12/20 18:13:59 [error] 11678#0: *7266961 open() "/usr/share/nginx/html/status" failed (2: No such file or directory), client: 172.30.244.30, server: 172.30.201.113, request: "GET /status HTTP/1 .1", host: "172.30.201.113" 2019/12/20 18:59:57 [error] 11696#0: *7279747 open() "/usr/share/nginx/html/status" failed (2: No such file or directory), client: 172.30.244.30, server: 172.30.201.113, request: "GET /status HTTP/1 .1", host: "172.30.201.113" 2019/12/20 19:12:43 [error] 11690#0: *7295796 open() "/usr/share/nginx/html/status" failed (2: No such file or directory), client: 172.30.244.30, server: 172.30.201.113, request: "GET /status HTTP/1 .1", host: "172.30.201.113"
My nginx configuration is indeed root, and the same configuration doesn't have any problems on other servers, except that one server runs a real service and one is a test instance
If the error log still occurs, please provide detailed nginx settings.