On Sat, Mar 09, 2013 at 11:02:09PM -0500, nano wrote:
Hi there,
> How can I have global headers sent to the client, and send additional
> headers when the client reaches a location block?
The short version is "you can't".
The longer version is "you can, but you have to configure it the
nginx way". Which means that in the final parsed nginx.conf, all the
add_header directives that you want to apply to a request are at the
same inheritance level.
You can "include" a file containing global ones wherever you set local
ones; or you can use a macro language to do that for you when creating
nginx.conf.
f
--
Francis Daly francis@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi there,
> How can I have global headers sent to the client, and send additional
> headers when the client reaches a location block?
The short version is "you can't".
The longer version is "you can, but you have to configure it the
nginx way". Which means that in the final parsed nginx.conf, all the
add_header directives that you want to apply to a request are at the
same inheritance level.
You can "include" a file containing global ones wherever you set local
ones; or you can use a macro language to do that for you when creating
nginx.conf.
f
--
Francis Daly francis@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx