CORS Error

Francis Daly francis at daoine.org
Fri Aug 16 08:02:09 UTC 2019


On Wed, Aug 14, 2019 at 10:55:36PM -0400, justcode wrote:

Hi there,

> add_header 'Access-Control-Allow-Origin' '*' always; 
> add_header 'Access-Control-Allow-Methods' 'GET, POST, PUT, OPTIONS, DELETE';

> ERROR 
> invalid number of arguments in "add_header" 
> 
> CAUSE 
> add_header 'Access-Control-Allow-Origin' '*' always; 
> when I do add the word "always"

If

  add_header 'Access-Control-Allow-Origin' '*' always;

causes stock-nginx to reply "invalid number of arguments", and just
removing the "always" causes nginx to accept the configuration, then (from
http://nginx.org/r/add_header) you probably have nginx older than 1.7.5.

What does

  nginx -v

or

  nginx -V

say?

	f
-- 
Francis Daly        francis at daoine.org


More information about the nginx mailing list