Nginx fastcgi and gzip modules

Source: Internet
Author: User

Fastcgi module: nginx works with fastcgi

Fastcgi_connect_timeout 200; fastcgi_send_timeout 200; fastcgi_read_timeout 200; fastcgi_buffer_size 4 k; fastcgi_buffers 16 4 k; limit 8 k; Limit 16 k; fail on; php returns an error to nginx

Note: The timeout value can be larger or the buffer size can be larger.


Gzip module: data compression and transmission

Gzip on; gzip_min_length 1 k; gzip_buffers 8 8 k; gzip_comp_level 2; gzip_types text/plain application/x-javascript text/css application/xml; gzip_vary on;


For fastcgi cache, I will study the nginx cache scheme later.

This article from the "fly World" blog, please be sure to keep this source http://liuping0906.blog.51cto.com/2516248/1300110

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.