hello
i am trying to upgrade my Nginix from nginx/1.10.3 to nginx/1.21.0.
when i run the upgrade and test the configuration file i get the below error
root@myserver:/home/myuser# nginx -t
nginx: [emerg] unknown directive "more_set_input_headers" in /etc/nginx/conf.d/exchangeRP.conf:31
nginx: configuration file /etc/nginx/nginx.conf test failed
This is whats i have in the conf file
more_set_input_headers 'Authorization: $http_authorization';
this option is working in v1.10.3 but not in 1.21.0 .
is there anything im missing?