﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
232	[bug] Location Alias doesn't work 1.3.7	Alex Storn	somebody	"Not working alias on nginx/1.3.7

{{{
error_page 403 = /err/403.html;
error_page 404 = /err/404.html;

location /err/ {
   alias /home/site/www/errors;
}
}}}

>> # ls /home/site/www/errors
{{{
403.html
404.html
}}}

'''Return'''
{{{
404 Not Found

nginx
}}}"	defect	closed	minor		nginx-core	1.3.x	invalid			FreeBSD 9.1-PRERELEASE amd64	"nginx version: nginx/1.3.7
TLS SNI support enabled
configure arguments: --add-module=/root/nginx_modules/nginx-limit-traff --add-module=/root/nginx_modules/mod_strip --prefix=/usr/local/etc/nginx --with-cc-opt='-I /usr/local/include' --with-ld-opt='-L /usr/local/lib' --conf-path=/usr/local/etc/nginx/nginx.conf --sbin-path=/usr/local/sbin/nginx --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx-error.log --user=www --group=www --with-file-aio --with-ipv6 --http-client-body-temp-path=/var/tmp/nginx/client_body_temp --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp --http-proxy-temp-path=/var/tmp/nginx/proxy_temp --http-scgi-temp-path=/var/tmp/nginx/scgi_temp --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi_temp --http-log-path=/var/log/nginx-access.log --add-module=/usr/ports/www/nginx-devel/work/agentzh-headers-more-nginx-module-6586984 --with-http_stub_status_module --add-module=/usr/ports/www/nginx-devel/work/naxsi-0.46-1/naxsi_src --with-pcre --with-http_ssl_module"
