mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-18 02:55:17 +00:00
Merge branch 'master' of https://github.com/LeCoupa/awesome-cheatsheets
This commit is contained in:
commit
a69efb19bb
@ -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
8
tools/nginx.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user