3 messages in ru.sysoev.nginxRe: original filename not getting to ...
FromSent OnAttachments
iane...@public.gmane.orgJan 12, 2007 11:19 pm 
Igor SysoevJan 12, 2007 11:39 pm 
iane...@public.gmane.orgJan 13, 2007 12:00 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: original filename not getting to 403 error pageActions...
From:iane...@public.gmane.org (iane@public.gmane.org)
Date:Jan 13, 2007 12:00:01 am
List:ru.sysoev.nginx

location / { - proxy_pass http://backend/; + proxy_pass http://backend; ... }

location /static/ { error_page 403 /dhe403.shtml; ... }

Thanks! That fixed it immediately. I've now fully replaced my previous lighttpd setup with nginx reverse proxying to Apache. Nginx is handling the static stuff. Just did a quick http_load test and the request per second were 4 times higher. Thanks!