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:Kingsley Foreman (king@public.gmane.org)
Date:Jun 26, 2007 3:00:05 am
List:ru.sysoev.nginx

ok yer im a idiot,

I just worked out i made a gentoo mistake, I was editing /etc/php/cli-php5/ not /etc/php/cgi-php5/

Thanks for making me do an idiot check on my changes, that is what found it out,

BTW, 3 machines moved from apache to nginx on my small network and another 3 to go. Ive noticed improvements on everything i have changed to date, next step work out the redirect rules :)

Kingsley

----- Original Message ----- From: "Roxis" <roxi@public.gmane.org> To: <nginx-nofU2znGi42HXe+LvDL@public.gmane.org> Sent: Tuesday, June 26, 2007 7:12 PM Subject: Re: nginx php and uploading large files

# nginx.conf client_max_body_size 65m;

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

works fine by me