Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: nGinx Uploads
PostPosted: Sat Dec 29, 2012 5:33 am 
Offline
Junior Member

Joined: Sat Nov 10, 2012 10:24 pm
Posts: 22
I have just moved a site over to the nginx platform and the site runs fine except for uploading user images / files / etc....
Do you need to allow uploads? I remember Apache had an allow uploads:Yes / No option.

Does nginx have this function?
Should it allow uploads automatically or is there something I need to configure somewhere.

Thanks,
Dave


Top
   
 Post subject: Re: nGinx Uploads
PostPosted: Sat Dec 29, 2012 7:43 am 
Offline
Senior Member

Joined: Fri May 02, 2008 8:44 pm
Posts: 1121
The "allow uploads" option is usually found in your php.ini file. But it's unlikely that switching to nginx disabled this, because most PHP configurations allow uploads by default.

You might also need to add something like the following to your nginx configuration, in case the default doesn't allow large requests:

Code:
client_max_body_size 32M;


Top
   
 Post subject: Re: nGinx Uploads
PostPosted: Sat Dec 29, 2012 2:09 pm 
Offline
Junior Member

Joined: Sat Nov 10, 2012 10:24 pm
Posts: 22
Thanks, I have added that into the server {} block in the sites-available/site.com but that has done nothing for me. Is there another file to add that to? Did I add it in the wrong spot?

Thanks,
Dave


Top
   
 Post subject: Re: nGinx Uploads
PostPosted: Sat Dec 29, 2012 5:40 pm 
Offline
Senior Member

Joined: Fri Feb 17, 2012 8:20 pm
Posts: 365
Did you restart the nginx server afterwards?


Top
   
 Post subject: Re: nGinx Uploads
PostPosted: Sat Dec 29, 2012 9:07 pm 
Offline
Junior Member

Joined: Sat Nov 10, 2012 10:24 pm
Posts: 22
I did. But I got it working. Error on my part with the form, so nothing server related.

Thanks all the same :)

Dave


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group