atom feed16 messages in ru.sysoev.nginxHow to block POST requests?
FromSent OnAttachments
Rt IbmerMay 13, 2008 2:26 pm 
Rafał ZawadzkiMay 13, 2008 3:43 pm 
CalomelMay 13, 2008 6:04 pm 
Rt IbmerMay 13, 2008 8:44 pm 
Jay ReitzMay 13, 2008 9:45 pm 
Igor SysoevMay 14, 2008 2:53 am 
Rt IbmerMay 19, 2008 7:50 pm 
CalomelMay 20, 2008 10:02 am 
Rt IbmerMay 20, 2008 11:47 am 
Rt IbmerMay 20, 2008 8:02 pm 
CalomelMay 21, 2008 9:33 am 
Jonathan VanascoJul 24, 2009 11:52 am 
peacockJul 28, 2009 8:49 pm 
Igor SysoevJul 29, 2009 1:32 am.Other
peacockJul 29, 2009 5:24 am 
peacockJul 29, 2009 5:24 am 
Subject:How to block POST requests?
From:Rt Ibmer (rtib@public.gmane.org)
Date:May 13, 2008 2:26:17 pm
List:ru.sysoev.nginx

My nginx server should never receive POST requests of any time (only HEAD and
GET). How can I set up the configuration so that it will return forbidden (or
otherwise just drop the request completely) if someone tries to POST data to my
server? I thought I saw this somewhere a while back, but just checked the docs
and mailing list archive and can't locate the info. Thanks!