apt-get update apt-get install libssl-dev gcc -y wget http://nginx.org/download/nginx-1.11.13.tar.gz tar zxvf nginx-1.11.13.tar.gz ./configure --without-http_rewrite_module --with-http_ssl_module --with-stream --with-http_stub_status_module --prefix=. --error-log-path=error.log --http-log-path=access.log --pid-path=nginx.pid --lock-path=nginx.lock --conf-path=nginx.conf make -j12