This commit is contained in:
Yogesh Ojha 2020-06-21 21:09:49 +05:30
commit a69efb19bb
2 changed files with 9 additions and 0 deletions

View File

@ -110,6 +110,7 @@ Feel free to take a look. You might learn new things. They have been designed to
- [Kubernetes](tools/kubernetes.sh)
- [Nanobox Boxfile](tools/nanobox_boxfile.yml)
- [Nanobox CLI](tools/nanobox_cli.sh)
- [Nginx](tools/nginx.sh)
</details>
## 🙌🏼 How to Contribute?

8
tools/nginx.sh Normal file
View File

@ -0,0 +1,8 @@
##############################################################################
# NGINX
# DOCUMENTATION: https://nginx.org/en/docs/
##############################################################################
sudo nginx -t # Check syntax
sudo systemctl reload nginx # Reload nginx
sudo ln -s /etc/nginx/sites-available/example.com /etc/nginx/sites-enabled/ # Link website