4 messages in ru.sysoev.nginxRe: nginx php and uploading large files
FromSent OnAttachments
Kingsley ForemanJun 26, 2007 2:25 am 
RoxisJun 26, 2007 2:42 am 
Kingsley ForemanJun 26, 2007 3:00 am 
Athan DimoyJul 5, 2007 1:45 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: nginx php and uploading large filesActions...
From:Roxis (roxi@public.gmane.org)
Date:Jun 26, 2007 2:42:01 am
List:ru.sysoev.nginx

# nginx.conf client_max_body_size 65m;

php as fastcgi # php.ini post_max_size = 65M upload_max_filesize = 65M

works fine by me