ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: Afanasov Dmitry <ender@altlinux.org>
To: sysadmins@lists.altlinux.org
Subject: Re: [Sysadmins] Помогите с nginx rewrite
Date: Tue, 25 Jan 2011 21:39:15 +0300
Message-ID: <20110125183914.GB9535@utvuk.ender.rk> (raw)
In-Reply-To: <AANLkTimabgENJcmkSrPeLTzRCbs_kOBuSXFpaR6BdEst@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 897 bytes --]

On Tue, Jan 25, 2011 at 09:21:15PM +0300, Yuri Khachaturyan wrote:
> 25 января 2011 г. 21:17 пользователь Afanasov Dmitry
> <ender@altlinux.org> написал:
> >> Конфиг чего? Всего nginx или достаточно только секции server?
> >>
> >>               rewrite "^/media/(.*)/(.*)/t/([0-9]+)/(.*)\.([a-z0-9]{3})$ /media/$1/$2/$4.$5?$3" break;
> > какая прелесть. rewrite "..." "..." break
> >
> > а я б вообще переписал как
> > rewrite "^(/media/.*/t/)(\d+)/(\d+\.\w{3})$ /$1/$3?$2" break;
> >
> Не помогло:
брр, сам сказал про прелесть и сам же повторил. смотрите за кавычками:

rewrite "^(/media/.*/t/)(\d+)/(\d+\.\w{3})$" "$1$3?$2";

специально проверил:

*1 "^(/media/.*/t/)(\d+)/(\d+\.\w{3})$" matches "/media/video/air_subjects/2010-01/01/t/123123/82.flv"
*1 rewritten data: "/media/video/air_subjects/2010-01/01/t//82.flv", args: "123123"

-- 
 С уважением
 Афанасов Дмитрий

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2011-01-25 18:39 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-25 13:20 Yuri Khachaturyan
2011-01-25 13:27 ` Денис Смирнов
2011-01-25 13:31   ` Yuri Khachaturyan
2011-01-25 13:32 ` Slava Dubrovskiy
2011-01-25 13:39   ` Yuri Khachaturyan
2011-01-25 15:52     ` Денис Смирнов
2011-01-25 15:56       ` Yuri Khachaturyan
2011-01-25 16:13         ` Yuriy Kashirin
2011-01-25 16:30           ` Yuri Khachaturyan
2011-01-26  3:09             ` Денис Смирнов
2011-01-25 16:38         ` Денис Смирнов
2011-01-25 16:42           ` Yuri Khachaturyan
2011-01-25 16:40         ` Денис Смирнов
2011-01-25 16:43           ` Yuri Khachaturyan
2011-01-25 18:17             ` Afanasov Dmitry
2011-01-25 18:21               ` Yuri Khachaturyan
2011-01-25 18:39                 ` Afanasov Dmitry [this message]
2011-01-25 18:43                   ` Yuri Khachaturyan
2011-01-25 18:47                     ` Afanasov Dmitry
2011-01-25 18:48                       ` Yuri Khachaturyan
2011-01-26  9:11                     ` Yuriy Kashirin
2011-01-26  9:26                       ` Yuri Khachaturyan
2011-01-26 12:48                         ` Slava Dubrovskiy
2011-01-27  3:59                           ` Дмитрий Дегтярев
2011-01-26  9:45                       ` Michael Shigorin
2011-01-27  7:58                         ` Yuriy Kashirin
2011-01-25 18:47                   ` Yuri Khachaturyan
2011-01-26  3:07             ` Денис Смирнов

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110125183914.GB9535@utvuk.ender.rk \
    --to=ender@altlinux.org \
    --cc=sysadmins@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git