nginx upstream timed out 10060 error solution
Aug 08, 2016 am 09:31 AMReducing the reverse proxy connection time can solve this problem.
server {
listen 80;
server_name 127.0.0.1;
#charset koi8-r;
#access_log logs/host.access.log main;
location /{
proxy_pass http://paila;
proxy_redirect off ;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header REMOTE-HOST $remote_addr;
proxy_set_header
client_body_buffer_size 256k;
proxy_connect_timeout 1;
proxy_send_timeout 30 ;
proxy_read_timeout 60;
proxy_buffer_size 256k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
proxy_temp_file_write_size 256k;
proxy_next_upstream error timeout invalid_header http_500 http _503 http_404;
proxy_max_temp_file_size 128m;
}

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Deployment strategy of containers and microservices under Nginx Proxy Manager

How to solve the blue screen of win11 clock watchdog timeout?

Understand common application scenarios of web page redirection and understand the HTTP 301 status code

Nginx Proxy Manager Tutorial: Quick Start Guide

How to use Nginx Proxy Manager to achieve load balancing of multiple servers

How to use Nginx Proxy Manager to quickly cache HTML pages
