Re: Установка cookies на стороне nginx в зависимости от backend
17.06.2013 15:06, Валентин Бартенев wrote:> Умеет nginx se: http://nginx.com/products.htmlГде-то можно почитать о enhanced-фичах nginx se, помимо всплывающих окошек по...
View ArticleRe: Using try_files while forcing a trailing-slash in the URL
On Tue, Jun 18, 2013 at 03:22:04PM -0400, Ben Johnson wrote:Hi there,> The try_files directive is brilliant. The only problem I'm having is> that I would like to be able to force a...
View Article[nginx] Simplified ngx_list_create().
details: http://hg.nginx.org/nginx/rev/a82f305487c2branches:changeset: 5253:a82f305487c2user: Ruslan Ermilov <ru@nginx.com>date: Wed Jun 19 08:55:08 2013 +0400description:Simplified...
View Articleограничение скорости
limit_rate устанавливает ограничения только для конкретного пользователя.Есть ли возможность хоть как то ограничить общую скорость для всех пользователей на уровне location или server?
View ArticleRe: adding expires but not show up in headers
On Wed, Jun 19, 2013 at 12:03:35AM -0400, angelochen960 wrote:Hi there,> location ~ ^/images/ {> root /var/www> expires max;> }>> if I do a curl -I http://localhost/images/sample.jpg,...
View ArticleRe: adding expires but not show up in headers
there is another one, but more specific, but it comes before location ~ ^/images/:location ~ "^(/images/)(\d{1})/(\d{2})/(.*\.jpg$)" {}
View ArticleRe: adding expires but not show up in headers
there is one before that:location ~ "^(/images/)(\d{1})/(\d{2})/(.*\.jpg$)" {}
View ArticleRe: adding expires but not show up in headers
Hello!On Wed, Jun 19, 2013 at 05:28:51AM -0400, angelochen960 wrote:> there is another one, but more specific, but it comes before location ~> ^/images/:>> location ~...
View ArticleRe: adding expires but not show up in headers (SOLVED)
You are right, thanks to Francis too for giving me the right direction to look for the problem, it's really the other location that should have the expires set as well, thanks.
View Articlelimit request and real ip
Добрый день!1. Допустим дано:http {...set_real_ip_from 10.0.0.0/8;real_ip_header X-Forwarded-For;limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;...}значит ли это что у меня в...
View ArticleRe: limit request and real ip
Hello!On Wed, Jun 19, 2013 at 01:39:55PM +0300, Vladimir Getmanshchuk wrote:> Добрый день!>> 1. Допустим дано:> http {> ...>> set_real_ip_from 10.0.0.0/8;> real_ip_header...
View ArticleRe: Балансировка и докачка файла
расскажите в деталях, как именно у вас работает передача файла по частям ?19 июня 2013 г., 2:43 пользователь vlastv <nginx-forum@nginx.us> написал:> Возник теоретический вопрос.> Есть...
View ArticleRe: adding expires but not show up in headers
On Wed, Jun 19, 2013 at 05:28:51AM -0400, angelochen960 wrote:Hi there,> there is another one, but more specific, but it comes before location ~> ^/images/:>> location ~...
View ArticleSPDY: question about PING
Hello Nginx Developers,I have a question about how SPDY PING message is handled by current nginximplementation.From source code of function ngx_http_spdy_state_ping I can find that PINGframe is queued...
View ArticlePossible gzip_vary bug? (v1.5.1)
I'm running the latest development version of nginx and gzipping is working. But no Vary Accept-Encoding header is added to any gzip response. The gzip_http_version isn't affecting the behavior, no...
View ArticleRe: RE: nginx proxy vs apache proxy
Thanks, Lucas. We looked at the headers being passed back (that's what the jsp was for). Even with http completely disabled and https only available, they were still passed as http:80 by nGinx...but...
View ArticleRe: RE: nginx proxy vs apache proxy
On 19 June 2013 14:19, solitaryr <nginx-forum@nginx.us> wrote:> Thanks, Lucas. We looked at the headers being passed back (that's what the> jsp was for). Even with http completely disabled...
View ArticleRe: Possible gzip_vary bug? (v1.5.1)
Hello!On Wed, Jun 19, 2013 at 08:52:14AM -0400, Fleshgrinder wrote:> I'm running the latest development version of nginx and gzipping is working.> But no Vary Accept-Encoding header is added to...
View ArticleRe: Балансировка и докачка файла
19.06.2013 0:43, vlastv пишет:> Но server2 не имеет информации о предыдущем запросе, и просто не знает что с> ним делать.ip_hash?_______________________________________________nginx-ru mailing...
View Article