Не получается полностью отключить кэширование
Доброго времени суток!Настраиваю на виртуалке веб сервер под тяжелое приложение, для отработки горизонтального масштабирования. Столкнулся с тем, что nginx после первого запроса кэширует ответ, после...
View ArticleRe: Nginx редиректит (301) с добавлением слэша
Hello!On Wed, Jun 26, 2013 at 03:33:19AM -0400, wilful wrote:> Спасибо за ответы. Привожу пример всего конфига. Бакэнд в данном случа я> отключил вообще (в первом сообщении 404 это ошибка о том,...
View ArticleRe: Не получается полностью отключить кэширование
А точно ли nginx не обращается к php-fpm? Может это он кэширует? н-р черезоптимайзеры26 июня 2013 г., 17:47 пользователь imanenkov <nginx-forum@nginx.us>написал:> Доброго времени суток!>...
View ArticleRe: Nginx редиректит (301) с добавлением слэша
> Нужно явно обрабатывать запросы к каталогам без "/" на конце.> Например как-то так можно передать обработку всех каталогов на> бекенд:>> location / {> # only _files_ are handled...
View ArticleRe: Не получается полностью отключить кэширование
М.А. Мохначевский Wrote:-------------------------------------------------------> А точно ли nginx не обращается к php-fpm? Может это он кэширует? н-р> через> оптимайзеры>Насколько я понял,...
View ArticleRe: SPDY: what is the purpose of blocked frame
Hello,Thanks for analysis and explanation.Then how about the following workaround -- queue blocked frames at the begining of queue in FIFO order.(just remove from ngx_http_spdy_queue_blocked_frame the...
View ArticleRe: build failed on Linux with x32 ABI
Well, please apply the proper patch.It will also speeds up building on Linux, because rt signals (andincluded sysctl.h) are very rare nowadays.> Yes, that's fine. But you placed the include added...
View ArticleRe: Регулярки для map
> Данная строка изымается nginx'ом из бд посредством модуля ngx_postgres> исходя из того, что вернет как раз-таки та самая первая регулярка. Далее> ее нужно раздробить на 3 части и если...
View Article[nginx] Fixed build on Linux with x32 ABI.
details: http://hg.nginx.org/nginx/rev/7f4ec5bfb715branches:changeset: 5255:7f4ec5bfb715user: Maxim Dounin <mdounin@mdounin.ru>date: Wed Jun 26 15:47:27 2013 +0400description:Fixed build on Linux...
View ArticleRe: build failed on Linux with x32 ABI
Hello!On Wed, Jun 26, 2013 at 01:00:52PM +0300, Serguei I. Ivantsov wrote:> Well, please apply the proper patch.> It will also speeds up building on Linux, because rt signals (and> included...
View ArticleConditional not working?
I'm using the following:set $cors FALSE;if ($http_origin ~* (http://example.com|http://dev.example.com:8000|http://dev2.example.com)) {set $cors TRUE;}if ($request_method = 'OPTIONS') {set $cors...
View ArticleRe: Trouble adding /pma location to all virtual hosts
I was able to accomplish my objective with some help from the tutorialat:http://www.howtoforge.com/running-phpmyadmin-on-nginx-lemp-on-debian-squeeze-ubuntu-11.04location /pma {root /var/www/;index...
View ArticleRe: Не получается полностью отключить кэширование
On Wednesday 26 June 2013 12:09:35 imanenkov wrote:> М.А. Мохначевский Wrote:> ------------------------------------------------------->> > А точно ли nginx не обращается к php-fpm? Может...
View ArticleRe: Nginx + Uwsgi Error: unknown directive "uwsgi_pass"
On Wed, Jun 26, 2013 at 10:55:24AM -0400, Josh Haimson wrote:Hi there,> The odd thing is that 'uwsgi_pass' works perfectly on a different machine> running the same OS and the same version of...
View ArticleHttp Strict Transport Security is not working in NginX 1.4.1 and 1.5.1
Hi, I have tried adding add_header to my Nginx conf to add Http Strict Transport Security directives. But there is no changes or nothing happened at all in the scanning results using SSLLabs test...
View ArticleRe: Trouble adding /pma location to all virtual hosts
On Wed, Jun 26, 2013 at 10:22:21AM -0400, Ben Johnson wrote:Hi there,> I was able to accomplish my objective with some help from the tutorial> at:It's good that you've got it working now.There...
View ArticleRe: Dropped https client connection doesn't drop backend proxy_pass connection
Hi everyone,I have the same problem. I really need this feature. how is this going?>> Maxim Dounin:> Valentin is already worked on this, and I believe he'll be able to> provide a little bit...
View ArticleRe: Не получается полностью отключить кэширование
> А виртуалка у вас virtualbox видимо, и файлы кладете через Shared> Folders?Proxmox, ssh
View ArticleRe: GPG error on Nginx repository - NO_PUBKEY
Even I was getting this error "W: GPG error: http://nginx.org lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ABF5BD827BD9BF62", so I...
View Article