I did everytingh and I get no HIT.
PROBLEM: when I comment the line "include-php-74.conf" I get an Nginx 502 Bad Gateway on website.
I checked all paths and permitions and all seems ok.
This is the Headers I get:
cache-control: no-store, no-cache, must-revalidate
content-encoding: gzip
content-type: text/html; charset=UTF-8
date: Wed, 15 Dec 2021 11:23:56 GMT
expires: Thu, 19 Nov 1981 08:52:00 GMT
link: <https://site.com/wp-json/>; rel="https://api.w.org/"
link: <https://site.com/wp-json/wp/v2/pages/714>; rel="alternate"; type="application/json"
link: <https://site.com/>; rel=shortlink
pragma: no-cache
server: nginx
strict-transport-security: max-age=31536000
vary: Accept-Encoding
I also got this errors on sitelogs (maybe is not related but i am surprised because wordpress never used such file favicon.ico):
[crit] 18975#0: *56 connect() to unix:/tmp/php-cgi-73.sock failed (2: No such file or directory) while connecting to upstream, client: 77.230.69.14, server: site.com, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-73.sock:", host: "site.com"
[crit] 18975#0: *56 connect() to unix:/tmp/php-cgi-73.sock failed (2: No such file or directory) while connecting to upstream, client: 77.230.69.14, server: site.com, request: "GET /favicon.ico HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-73.sock:", host: "site.com", referrer: "https://site.com/"
2021/12/15 12:21:34 [crit] 19126#0: *21 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 35.203.251.57, server: 0.0.0.0:443
[error] 19084#0: *7 open() "/www/wwwroot/site.com/favicon.ico" failed (2: No such file or directory), client: 77.230.69.14, server: trabajodeporte.com, request: "GET /favicon.ico HTTP/2.0", host: "site.com", referrer: "https://site.com/"
Fix please?