#Install nginx pagespeed naxsi
add-apt-repository ppa:nginx/stable
vim /etc/apt/sources.list.d/nginx-ubuntu-stable-xenial.list
apt-get update
cd /tmp
apt install dpkg-dev
apt build-dep nginx-extras nginx-common
apt-get source nginx-extras| #/bin/bash | |
| #install nginx | |
| apt install -y dpkg-dev build-essential \ | |
| zlib1g-dev \ | |
| libpcre3 \ | |
| libpcre3-dev \ | |
| unzip \ | |
| python-software-properties \ | |
| software-properties-common \ | |
| libpcre3 \ |