The official NGINX Open Source repository.
Go to file
Igor Sysoev ffcae99251 Fix processing
error_page 502 504 /zero;
    location = /zero { return 204; }

The bug has been introduced in r3634.
The fix also allow to use:
    error_page 502 504 = /zero;
    location = /zero { return 200; }

This case still does not work:
    error_page 502 504 /zero;
    location = /zero { return 200; }
2010-06-30 14:39:28 +00:00
auto ngx_http_scgi_module 2010-06-18 15:51:14 +00:00
conf ngx_http_scgi_module 2010-06-18 15:51:14 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-0.8.42-RELEASE 2010-06-21 10:16:24 +00:00
misc build nginx/Windows against OpenSSL-0.9.8n, since nginx-0.8.35 2010-04-21 15:09:17 +00:00
src Fix processing 2010-06-30 14:39:28 +00:00
.hgtags release-0.8.42 tag 2010-06-21 10:16:25 +00:00