How does to error_page when this issue
defage
nginx-forum at nginx.us
Thu Jun 28 00:36:49 UTC 2012
some url like: http://localhost.com/%u
It will response http 400 status , and when generate this response
,nothing found in error log or access log.
how to config this issue error_page?
my config
location / {
error_page 400 =/400;
}
location /400 {
root /path/some/path;
}
it don't work.
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,228031,228031#msg-228031
More information about the nginx
mailing list