1. Upstream timed out (110:connection timed out) while reading response headers from Upstream
This situation occurs mainly in the following two scenarios:
- A. Nginx as a proxy, you need to properly adjust the value of the proxy timeout.
location / { ... 70; 150; 150; ... }
- B. Nginx as PHP-FPM and other upstream services, need to adjust the fastcgi_read_timeout option values appropriately
location ~* .php$ { include fastcgi_params; fastcgi_index index.php; 150; fastcgi_pass 127.0.0.1:9000; fastcgi_param SCRIPT_FILENAME$document_root$fastcgi_script_name; }
2. Open () "/usr/local/nginx/html/favicon.ico" failed (2:no such file or directory)
Just close the log for Favicon.ico:
location = /favicon.ico { off; off;
Ref
http://www.ttlsa.com/nginx/nginx-upstream-timed-out-110-connection-timed-out/
Http://stackoverflow.com/questions/9657065/nginx-and-favicon-ico-get-favicon-ico-http-1-1-failed
'). addclass (' pre-numbering '). Hide (); $ (this). addclass (' has-numbering '). Parent (). append ($numbering); for (i = 1; i <= lines; i++) {$numbering. Append ($ ('
'). Text (i)); }; $numbering. FadeIn (1700); }); });
The above describes the Nginx error summary, including the aspects of the content, I hope the PHP tutorial interested in a friend helpful.