This error "NGINX configuration check failed" after :
wo site create example.com --mysql --php81 --le --dns=dns_cf
"WordOps detected a previouslyinstalled Nginx package. It may or may not have required modules."
"If you need help, please create an issue at https://github.com/WordOps/WordOps/issues/"
run nginx -t return :
nginx: [emerg] unknown directive "more_set_headers" in /etc/nginx/nginx.conf:30
nginx: configuration file /etc/nginx/nginx.conf test failed
in /etc/nginx/nginx.conf line 30 :
more_set_headers "X-Powered-By : WordOps";
how to install this module?
I tried :
sudo apt-get install -y nginx-extras
wo stack upgrade --nginx
but without success