Makes NGINX Server Blocks in less than 5 minutes
- You'll need to have NGINX set-up on your server.
- You'll need the directory /etc/nginx/sites-available to have your config files.
NGINX and some basic Bash knowledge
- Go to home directory
- Unpack repository into current directory
git clone https://github.com/dantuluri/stacks.git
Then
mv * .[^.]* ..
To run the bash script
bash script.sh
You'll be set!
- Surya Dantuluri - Initial work - dantuluri
This project is licensed under the MIT License - see the LICENSE.md file for details