Is that possible to define a common location handler for all servers
Qun-Ying
zhu.qunying at gmail.com
Tue Aug 30 05:19:30 UTC 2011
Hi,
Let's say we have a sample configuration:
http {
server {
server_name "server1"
}
server {
server_name "server2"
}
..
}
Is that possible to define a single location entry (not using the include
directive, which actually defined the entry for each server after include
expand)
location /error {
error_handler
}
So that it could be use in all servers?
I try to define it at http level, but encounter error saying location could
not be defined outside server.
Thanks
--
Qun-Ying
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20110829/e3a45e37/attachment.html>
More information about the nginx-devel
mailing list