Köszönöm, hogy segíteni próbálsz! :-)
Az error.log-ból kivonat:
2020/10/27 10:39:00 [notice] 416#416: *169 "^/b(/.*)$" matches "/b/", client: <IP>, server: <server_name>, request: "GET /b/ HTTP/1.1", host: "<nginx_IP>"
2020/10/27 10:39:00 [notice] 416#416: *169 rewritten data: "/", args: "", client: <IP>, server: <server_name>, request: "GET /b/ HTTP/1.1", host: "<nginx_IP>"
2020/10/27 10:39:00 [error] 416#416: *169 open() "/etc/nginx/html/css/rhpcommon.css" failed (2: No such file or directory), client: 10.111.78.155, server: rs_utast, request: "GET /css/rhpcommon.css HTTP/1.1", host: "<nginx_IP>", referrer: "https://<nginx_IP>/b/"
2020/10/27 10:39:00 [error] 416#416: *169 open() "/etc/nginx/html/cgi-bin/headergen" failed (2: No such file or directory), client: <IP>, server: <server_name>, request: "GET /cgi-bin/headergen HTTP/1.1", host: "<nginx_IP>", referrer: "https://<nginx_IP>/b/"
2020/10/27 10:39:00 [error] 416#416: *169 "/etc/nginx/html/cgi-bin/mainmenugen/index.html" is not found (2: No such file or directory), client: <IP>, server: <server_name>, request: "GET /cgi-bin/mainmenugen/?/mnt/CFlash-apps/www/MainMenuTree HTTP/1.1", host: "<nginx_IP>", referrer: "https://<nginx_IP>/b/"
2020/10/27 10:39:00 [error] 416#416: *169 open() "/etc/nginx/html/cgi-bin/rtuinfo" failed (2: No such file or directory), client: <IP>, server: <server_name>, request: "GET /cgi-bin/rtuinfo HTTP/1.1", host: "<nginx_IP>", referrer: "https://<nginx_IP>/b/"
Valami mozdul, mert lesz 3 frame, benne 1-1 404 Not found és az nginx-es proxy verziószámával, azaz azt támasztja alá, amit a fenti log, hogy a távoli WEB szerver a kérést megértette, válaszolt, de a választ az nginx helyből próbálja kiszolgálni, ami természetesen rossz.
Jól értelmezem a log kivonatot?
(azt azért jó lenne látni itt a log-okban, hogy pontosan mi is megy ki és kinek az nginx-ből ...)