Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Location обрабатывается с уче том регистра при переход е с 0.7.65 на 1.0.6
- To: nginx-ru@xxxxxxxxx
- Subject: Location обрабатывается с уче том регистра при переход е с 0.7.65 на 1.0.6
- From: "Sergey" <nginx-forum@xxxxxxxx>
- Date: Tue, 13 Sep 2011 07:52:40 -0400
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mickey.jlkhosting.com; s=x; h=Date:Sender:From:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To; bh=26uCo1cv6/al4rXwAYiBYdkRygzx9Ca0CiRj//iLE7s=; b=KjIB2e+F+6RIXfYUdH4/yHWEKYAYQr8uGYp4QQCfdnfr3no/kRMM+9R0SiVz/Q5nYgGjYGw3DQHAND1TZUPGl9TgvQ/sCHGffhgbEm+wwQj4LIn3SggVTxPas9eemVhe;
Здравствуйте,
Вопрос в следующем. Раньше стоял nginx 0.7.65
и в конфиге был такой rewrite
location /registration {
rewrite .* http://domain.com/page permanent;
}
Вроде как срабатывал location без учета
регистра.
Сейчас поставил nginx 1.0.6
root@ip-10-48-54-54:/usr/local/nginx/logs# /usr/local/nginx/sbin/nginx
-V
nginx: nginx version: nginx/1.0.6
nginx: built by gcc 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
nginx: configure arguments: --with-http_stub_status_module
--with-http_sub_module --pid-path=/usr/local/nginx/logs/nginx.pid
--error-log-path=/usr/local/nginx/logs/error.log
--http-log-path=/usr/local/nginx/logs/access.log
--http-client-body-temp-path=/usr/local/nginx/client_body_temp
--http-proxy-temp-path=/usr/local/nginx/proxy_temp
--http-fastcgi-temp-path=/usr/local/nginx/fastcgi_temp
Location стал работать c с учетом регистра.
Это так и должно быть и нужно
использовать регулрные выражения в
location?
Спасибо.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,215147,215147#msg-215147
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|