Nginx Error Summary

Source: Internet
Author: User
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.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.