Is your nginx compiled with NginxHttpHeadersModule?

Hi,

I have your nginx repository installed by rtcamp and use @font-face to serve my own fonts, Amamzon CDN does not pick them up. I found this: https://www.scalescale.com/tips/nginx/nginx-cdn-cross-domain-fonts/ and went to add add_header Access-Control-Allow-Origin “*”; and followed the instructions but still no Access-Control-Allow-Origin shows up when I run command curl -I http://www.mywebsite.com

So is your nginx compiled with NginxHttpHeadersModule?

Thanks,