Almost there with my LEMP server. I built it using the
tutorial here.
Finally was able to install a test wp site
here.
My only problem now is that uploading a zip file of a theme with filesize 800Kb never completes. The browser stops always at 77%. I tried uploading other themes or image files and the same thing happens. It gets stuck at loading at some point and never completes. Using Firefox to upload media files, WordPress gives me "IO error."
Nginx site Error log:
2011/11/12 23:01:04 [error] 5465#0: *29 client intended to send too large body: 1247250 bytes,
Uploading files via sftp also stops after a while, with this message:
Network error: Software caused connection abort.
I have already increased the client_max_body_size in my nginx conf and upload_max_filesize in php.ini both 64M. Also restarted both services and checked phpinfo to make sure the upload size is really updated.
I'm not really a programmer. Just a web designer who would like to host my site in nginx so I'm really stumped. Any expert advice is greatly appreciated.
Thanks.