Form submission 502 in nginx reverse proxy

Source: Internet
Author: User

Nginx Parameter Adjustment


Nginx. conf


Server_names_hash_bucket_size 256;

Client_header_buffer_size 256 K;

Large_client_header_buffers 4 256 K;

Client_max_body_size 50 m;

Sendfile on;

Tcp_nopush on;


Keepalive_timeout 200;

Tcp_nodelay on;

Client_body_buffer_size 256 K;

Client_header_timeout 3 m;

Client_body_timeout 3 m;

Send_timeout 3 m;

Server_tokens off;

Fastcgi_connect_timeout 300;

Fastcgi_send_timeout 300;

Fastcgi_read_timeout 300;

Fastcgi_buffer_size 128 K;

Fastcgi_buffers' 4 128 K;

Fastcgi_busy_buffers_size 256 K;

Fastcgi_temp_file_write_size 256 K;

Proxy_connect_timeout 300;

Proxy_read_timeout 300;

Proxy_send_timeouts 300;

Proxy_buffer_size 128 K;

Proxy_buffers 4 128 K;

Proxy_busy_buffers_size 256 K;

Proxy_temp_file_write_size 256 K;







Vhost



Client_max_body_size 40 m;

Client_body_buffer_size 256 K;

Proxy_connect_timeout 900;

Proxy_send_timeouts 900;

Proxy_read_timeout 900;

Proxy_buffer_size 256 K;

Proxy_buffers 4 256 K;

Proxy_busy_buffers_size 256 K;

Proxy_temp_file_write_size 256 K;


Form submission 502 in nginx reverse proxy

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.