Asked this in How to... forum, but it seems not much activity, so i try
to
post in here... Anyone know this?
Hi,
I'm have a question like title subject. I have an nginx/1.2.1
installation,
the nginx configuration like this:
location ~ ^/abc/ {
if (!-e $request_filename) {
return 404;
break;
}
proxy_pass http://127.0.0.1:8080;
include /etc/nginx/proxy.conf;
}
config running good, but all the 404 log from this "return 404;" move to
access log. I want it move to error log, so I try use log_not_found but
have
syntax error.
Do you have an idea how to do this?
Sorry for my poor english!
Thanks,
vinhomn
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,231972,231972#msg-231972
on 2012-10-18 14:42
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.