Ошибка Resource interpreted as Image but transferred with MIME type...
В хроме в консоли при попытке скачать файл с расширением .curhttps://i.reg.ru/i/dubby/style2/openhand.cur%22 выходит ошибка:Resource interpreted as Image but transferred with MIME...
View ArticleRe: nginx check file existense with regexps.
- location ~ ^/xml/files/(?<doc>\d+)/\d+(?<doc_path>\d{2}).xml$ {+ location ~ "^/xml/files/(?<doc>\d+)/\d+(?<doc_path>\d{2}).xml$" {21 февраля 2013 г., 22:08 пользователь Vadim...
View ArticleRe: Ошибка Resource interpreted as Image but transferred with MIME type...
On Thursday 21 February 2013 22:12:38 Твердиков Александр wrote:> В хроме в консоли при попытке скачать файл с расширением .cur> https://i.reg.ru/i/dubby/style2/openhand.cur%22 выходит...
View ArticleRe: 502 при GET запросе большой длины
Если правильно помню, когда-то была подобная проблема с fastcgi у меня.Но во время дебага, нашел ошибку и увеличи размер буферов.Думаю в вашем случае стоит попробывать проработать параметры, так как я...
View ArticleRe: nginx check file existense with regexps.
Прошу прощения, не правильно понял задачу.map $arg_xml $xml_path {"~(?<path>\d{2})$" $path;}...location = /xml/index.html {root /opt/xml/files;try_files /$xml_path/$arg_xml/$arg_xml.xml...
View ArticleRe: How to remove the "IF" in this fcgi config
On 21/02/2013 17:54, Igor Sysoev wrote:> location ~ ^(?<script_name>.+\.php)(?<path_info>/|$) {> try_files $script_name =404;>> include fastcgi2.conf;> fastcgi_param...
View ArticleRe: nginx + php5-fpm on Debian
On Thu, 21 Feb 2013 14:07:45 +0100, GASPARD Kévin<list-reader@koshie.fr> wrote:> > nginx -V 2>&1|sed 's,--,\n--,g'> nginx version: nginx/1.2.1Ok, this seems pretty standard for...
View ArticleRe: Сервер отдачи файлов на NGINX
Не могли бы Вы уточнить, как проверить канал nuttcp.Локально, файл размером 40мб скачался за 0.06 сек. Удаленно - около 5-7 минут.
View ArticleRe: Is it possible that nginx will not buffer the client body?
On Fri, Jan 18, 2013 at 10:38:21AM +0200, Pasi Kärkkäinen wrote:> On Thu, Jan 17, 2013 at 11:15:58AM +0800, ?????? wrote:> > Yes. It should work for any request method.> >>> Great,...
View ArticleRe: Сервер отдачи файлов на NGINX
Я не могу отправить сообщение лично вам, потому что вы используетефорум, а мы рассылку. Пишите email и укажите регион, в которомустановлен ваш сервер.22 февраля 2013 г., 0:09 пользователь street...
View ArticleRe: Сервер отдачи файлов на NGINX
Email: chuhan.sergey@gmail.com.Сервер установлен в России.
View ArticleRe: Proxying websocket (to e.g. tomcat)
21.02.2013 20:03, Valentin V. Bartenev wrote:[...]>> Apparently such configuration implies that different kinds of>> connections (standard and websocket) can not be mixed in one...
View ArticleRe: Fwd: nginx performance on Amazon EC2
Hello,Thank you all for your support.*Mex: **1) is the setup of your vmware similar to you ec2 - instance? i talk esp.about RAM/CPU-power here.*Yes, i've setup the vmware machine to be 1.7 G in ram and...
View Article[nginx] svn commit: r5080 - trunk/src/http/modules
Author: defanDate: 2013-02-21 23:31:57 +0000 (Thu, 21 Feb 2013)New Revision: 5080URL: http://trac.nginx.org/nginx/changeset/5080/nginxLog:Introduced variables in ngx_http_stub_status module.Three new...
View ArticleRe: 1.3.12 occasional segfaults
Yeah sorry... I didn't see 1.3.13 came out the day prior. Either way, glad whatever it was seems to have been fixed before I asked... Upgrading to 1.3.13 and the occasional segfaults stopped.
View ArticleRe: Is it possible that nginx will not buffer the client body?
Use the patch I attached in this mail thread instead, don't use the pullrequest patch which is for tengine.Thanks.2013/2/22 Pasi Kärkkäinen <pasik@iki.fi>> On Fri, Jan 18, 2013 at 10:38:21AM...
View Articlereverse proxy issue
I am trying to set up a reverse proxy to point to a node.js server that will be going on 127.0.0.1:1337 (for now). The server is also running php and mysql if that is anything I have that working.I am...
View ArticleRe: Сервер отдачи файлов на NGINX
> Локально, файл размером 40мб скачался за 0.06 сек. Удаленно - около 5-7> минут.Теперь мы знаем, что дело не в nginx, верно? ;)--Cogito ergo...
View ArticleRe: image_filter enhancement
Is there anything else I should fix?On 7 January 2013 17:01, ivan babrou <ibobrik@gmail.com> wrote:> Btw, here's latest version with zero-termination and other fixes:>> diff --git...
View ArticleRe: Fwd: nginx performance on Amazon EC2
now you **only** need to find the bootleneck :)maybe its better to run ab from a machine in the same networkinstead of running on the same machine, esp. with one core.Rakan Alhneiti...
View Article