- Edited
Could you please include NGINX-extras in the NGINX installation? (sudo apt-get install nginx-extras)
It should install with every NGINX package.
This allows us to create webdav hosts and hide our current webserver name to prevent people from attacking us based on the webserver.
^ So basically this allows us to add lines to the nginx config like this one: more_clear_headers Server;
And many more.
Thanks!
Best regards,
Kevin