How would you check for sth like HTTP:Accept-Language? and in general
all
headers? if it is equal to some value, empty or etc. Apache would allow
this
to be checked in a notation similar to the following inside a
mod_rewrite
config:
%{HTTP:Accept-Language}
Is there a similar variable to be used in nginx config?
On Fri, Aug 17, 2012 at 06:23:04AM -0400, amonmitch wrote:
Hi there,
How would you check for sth like HTTP:Accept-Language? and in general all
headers? if it is equal to some value, empty or etc. Apache would allow this
to be checked in a notation similar to the following inside a mod_rewrite
config:
%{HTTP:Accept-Language}
Is there a similar variable to be used in nginx config?