mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
Merge branch 'master' of https://github.com/LeCoupa/awesome-cheatsheets
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user