https://t37.net/nginx-optimization-understanding-sendfile-tcp_nodelay-and-tcp_nopush.html
Nginx in Docker - issues with sendfile in shared file system
http://blog.zachorr.com/nginx-setup/
http://www.cyberciti.biz/tips/linux-unix-bsd-nginx-webserver-security.html
apt-get install nginx-naxsi vim /etc/nginx/nginx.conf
server_tokens off;
apt-get install selinux-policy-dev
git clone
cd /usr/share/selinux/default semodule -i apache.pp
After installing .. touch /.autorelabel reboot
chkconfig nginx off
vim /etc/nginx/nginx.conf
vim /etc/nginx/sites-enabled/default
service nginx reload
apt-get install nginx-naxsi-ui
ufw allow 80/tcp
See Monitor Guide