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        fran...@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to