nginx设置文件上传大小

   location ~ [^/]\.php(/|$)
                        {
                                        include        fastcgi_params;
                                        fastcgi_pass   127.0.0.1:9000;
                                        fastcgi_index  index.php;
                                        client_max_body_size  500m; 
                        }
This entry was posted in Nginx and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *