[edit] scgi_cache_methods

syntax: scgi_cache_methods [GET HEAD POST]

default: scgi_cache_methods GET HEAD

context: http, server, location

GET/HEAD is syntax sugar, i.e. you can not disable GET/HEAD even if you set just

scgi_cache_methods POST;

Module: HttpScgiModule