Re: Multiple add_header

2015-07-06 Thread Alt
Hello okamzol and thanks a lot for your answer! Yes, it's exactly the same question, looks like I'll need to use include. Best Regards Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260102,260104#msg-260104 ___ nginx mailing list nginx@ngin

Re: Multiple add_header

2015-07-06 Thread okamzol
Hi, there is no chance to avoid the duplicates. I asked the same questions some time ago. For detailed answer on my question see http://forum.nginx.org/read.php?2,256270,256279#msg-256279. I think this will answer your question too. Best Regards Posted at Nginx Forum: http://forum.nginx.org/re

Multiple add_header

2015-07-06 Thread Alt
Hello, I'm using PHP with nginx 1.9.2 and it works great! But there's something I don't understand with the add_header directive. I use add_header in server and location block, but it seems only the one in location is used. If I remove the add_header in the location block, I get the header I adde