Our goal is an easy install and setup of webhosting. Including SSL. Support OS like Debian, Ubuntu and centos
git clone https://github.com/TirsvadCMS-Bashscripts/nginxSetup.git
cd nginxSetup
-
On centos
yum install git
-
On Debian and ubuntu
apt-get install git
Install nginx
bash nginxSetup.sh install
Add a domain with SSL connection
bash nginxSetup.sh add --domain example.com --email admin@example.com
Please read CONTRIBUTING.md
We use SemVer for versioning. For the versions available, see the tags on this repository.