jpeg image quality is bad
Hi there!I'm playing around with nginx and I'm running into a problem related toimage uploading. I have nginx as a load balancer and java server (jetty,spring based) as the backend server. When I...
View ArticleRe: jpeg image quality is bad
Hi,On Thu, 2013-03-28 at 21:44 -0700, Praveen Yarlagadda wrote:> Hi there!>>> I'm playing around with nginx and I'm running into a problem related> to image uploading. I have nginx as a...
View ArticleRe: неблокирующий аплоад
29.03.2013 3:08, Anatoly Mikhailov пишет:> On Mar 28, 2013, at 8:30 PM, Валентин Бартенев <vbart@nginx.com> wrote:>>> On Thursday 28 March 2013 23:54:48 Andrey N. Oktyabrski...
View ArticleRe: Compiling Nginx on Windows 7
To fix the error open a MSYS Bash and run the following command:mv /usr/bin/link.exe /usr/bin/link_.exe
View ArticleRe: Request Entity Too Large
On Mar 28, 2013, at 17:34 , Aleksandr Sytar wrote:> Я бы резюмировал бы так - дайте возможность вносить многострочные комментарииНаверное, это стоит сделать в виде:disable server {...}disable...
View ArticleRe: Why use haproxy now ?
On Mar 28, 2013, at 19:20 , Reinis Rozitis wrote:> Also the cache residing 1:1 on the filesystem makes it problematic in setups where you have a lot of cachable objects. At least in my case the...
View Article[nginx] svn commit: r5149 - trunk/src/http
Author: ruDate: 2013-03-29 08:47:37 +0000 (Fri, 29 Mar 2013)New Revision: 5149URL: http://trac.nginx.org/nginx/changeset/5149/nginxLog:Pass PCRE_CASELESS to pcre_compile() for caseless...
View ArticleRe: resumable upload
On Mar 29, 2013, at 3:21 AM, Andrey N. Oktyabrski <ano@bestmx.ru> wrote:> On 29.03.2013 00:30, Валентин Бартенев wrote:>>>> Пользоваться штатными...
View ArticleRe: resumable upload
On Mar 29, 2013, at 9:09 AM, Anatoly Mikhailov <anatoly@sonru.com> wrote:>> On Mar 29, 2013, at 3:21 AM, Andrey N. Oktyabrski <ano@bestmx.ru> wrote:>>> On 29.03.2013 00:30,...
View ArticleRe: Upload File Limit Problum
In your nginx.conf, in http section:http {------------client_max_body_size 500m;------------}Replace 500m with whatever size you want to upload.Also, if you're using PHP, in your php.ini file, change...
View ArticleRe: why socket for communication between master and worker used the so large...
Hello!On Fri, Mar 29, 2013 at 07:14:49PM +0800, MCoder wrote:> it's description in man lsof>> SIZE, SIZE/OFF, or OFFSET> ... In other cases, files don't have true sizes - e.g., sockets,>...
View ArticleRe: resumable upload
On Friday 29 March 2013 07:21:24 Andrey N. Oktyabrski wrote:> On 29.03.2013 00:30, Валентин Бартенев wrote:> >>> Пользоваться штатными средствами.> >>>> >>>...
View ArticleRe: неблокирующий аплоад
On Friday 29 March 2013 13:27:01 Anatoly Mikhailov wrote:> On Mar 28, 2013, at 11:08 PM, Anatoly Mikhailov <anatoly@sonru.com> wrote:> > On Mar 28, 2013, at 8:30 PM, Валентин Бартенев...
View Articlenginx+memcached код ответа отличный от 200 OK
Всем доброго времени суток.Возникла следующая необходимость заменить код ответа при "попадание в кэш" на "203 Non-Authoritative Information".Вот вырезка из конфига:location = /test/ {memcached_pass...
View ArticleRe: Why use haproxy now ?
We never really use nginx in straight proxy mode - we always have somemunging or something to do to the request or response along with cacheing,etc. So, we'd wind up using nginx (or varnish) along with...
View ArticleRe: resumable upload
а расскажите в двух словах, почему надо аплоады именно на nginx-еделать, а например не на php в режиме fastcgi ?29 марта 2013 г., 19:02 пользователь Валентин Бартенев<vbart@nginx.com>...
View ArticleRe: nginx+memcached код ответа отличный от 200 OK
Memcached модуль умеет возвращать только 200 и 404 коды.Return работает независимо от memcached.29.03.2013 17:27 пользователь "pioneer32" <nginx-forum@nginx.us> написал:> Всем доброго времени...
View ArticleRe: resumable upload
On Friday 29 March 2013 17:32:32 Илья Шипицин wrote:> а расскажите в двух словах, почему надо аплоады именно на nginx-е> делать, а например не на php в режиме fastcgi ?>Люди хотят экономить...
View Article[nginx] svn commit: r5150 - in branches/stable-1.2/src: core http/modules/perl
Author: mdouninDate: 2013-03-29 15:29:29 +0000 (Fri, 29 Mar 2013)New Revision: 5150URL: http://trac.nginx.org/nginx/changeset/5150/nginxLog:Version...
View Article[nginx] svn commit: r5151 - in branches/stable-1.2: . src/http/modules
Author: mdouninDate: 2013-03-29 17:11:09 +0000 (Fri, 29 Mar 2013)New Revision: 5151URL: http://trac.nginx.org/nginx/changeset/5151/nginxLog:Merge of r5070: fixed false memset warning on Linux.Fixed...
View Article