Hi,
I'm trying to implement some directive for HTTPS and so synchronize with all domains in the plan. I would like to add some Additional headers like X-Frame-Options, X-XSS-Protection, etc but it seems doesn't work.
I've tried to add "add_header" before the command but nothing.
I've tried to implement these Additional headers in ssl.conf under /etc/nginx/conf.d/ but nothing.
It seems that work only when I use them on Additional headers under single domain. Why ?
I'm trying to implement some directive for HTTPS and so synchronize with all domains in the plan. I would like to add some Additional headers like X-Frame-Options, X-XSS-Protection, etc but it seems doesn't work.
I've tried to add "add_header" before the command but nothing.
I've tried to implement these Additional headers in ssl.conf under /etc/nginx/conf.d/ but nothing.
It seems that work only when I use them on Additional headers under single domain. Why ?