﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
799	"return 501 if post data ""_ action=_"""	sp55aa.org@…		"$ curl -d '_ action=_' 'http://127.0.0.1:18082'   
<html>
<head><title>501 Not Implemented</title></head>
<body bgcolor=""white"">
<center><h1>501 Not Implemented</h1></center>
<hr><center>nginx/1.8.0</center>
</body>
</html>

nginx.conf:
server {
        listen 18082;
        server_name _;
        location / {
                proxy_pass http://127.0.0.1;
        }
}"	defect	closed	critical		nginx-core	1.8.x	invalid	501 action post		Linux _ 2.6.16.60-0.21-_-100515 #1 SMP Wed May 12 11:46:34 CST 2010 x86_64 x86_64 x86_64 GNU/Linux	"nginx version: nginx/1.8.0
built by gcc 4.1.2 20070115 (prerelease) (SUSE Linux)
built with OpenSSL 1.0.2c 12 Jun 2015
TLS SNI support enabled
configure arguments: --prefix=/usr/local/app/nginx --without-http_rewrite_module --with-http_ssl_module --with-openssl=contrib/openssl-1.0.2c --with-http_sub_module --add-module=contrib/nginx_menshen_module"
