Skip to content

Instantly share code, notes, and snippets.

View saveshodhan's full-sized avatar
💭
The more I know, the more I know I don't.

Shodhan saveshodhan

💭
The more I know, the more I know I don't.
  • Zattoo
  • Berlin, Germany
View GitHub Profile
@saveshodhan
saveshodhan / install_nginx.sh
Last active March 20, 2019 05:27 — forked from simonw/gist:92481
Compile nginx standalone without root access
# Compile nginx standalone without root access
mkdir ~/installed
mkdir ~/installed/nginx
mkdir ~/src
cd ~/src
# for latest tar.gz files, refer this link:
# https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-open-source/#compiling-and-installing-from-source
# we will not compile any dependencies, only unzip them in different directories and pass their paths while configuring nginx