Home   >   Tag: Nginx
December

You need to configure both nginx and php to allow upload size. Nginx configuration The client_max_body_size directive assigns the maximum accepted body size of client request, indicated by the line Content-Length in the header of request. If size is greater the given one, then the client gets the error “Request Entity Too Large” (413). To […]

Read More