﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1634	No response from nginx	huisuiwyn@…		"I have no responsa nginx from configuration followyn:

{{{
    server {
        listen 8080;

        location /test {
            error_page 404 =200 @err502;
        }

        location @err502 {
            return 502;
        }
    }
}}}

{{{
# curl 127.1:8080/test                                       
curl: (52) Empty reply from server
}}}

水雞"	defect	closed	minor		nginx-core	1.15.x	fixed				"nginx version: nginx/1.15.4
built by gcc 7.2.0 
built with OpenSSL 1.0.2l  25 May 2017
TLS SNI support enabled
configure arguments: --prefix=/var/www --conf-path=/etc/nginx/nginx.conf --sbin-path=/usr/sbin/nginx --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-log-path=logs/access.log --error-log-path=logs/error.log --http-client-body-temp-path=/var/www/cache/client_body_temp --http-proxy-temp-path=/var/www/cache/proxy_temp --http-fastcgi-temp-path=/var/www/cache/fastcgi_temp --http-scgi-temp-path=/var/www/cache/scgi_temp --http-uwsgi-temp-path=/var/www/cache/uwsgi_temp --user=www --group=www --with-http_gzip_static_module --with-http_ssl_module --with-http_stub_status_module --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module"
