Just did a fresh install on VMware to test the system prior to deployment. I have been able to almost have everything up but Nginx.
I run the command sudo nginx -t and get the following output:
nginx: [emerg] unknown directive "more_clear_headers' in /etc/nginx/nginx.conf:18
nginx: configuration file /etc/nginx/nginx.conf test failed
Here is the contents of that line:
more_clear_headers 'Server';
Any help is appreciated