mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-26 05:08:03 -08:00
Compare commits
1 Commits
0158a641ee
...
fcfdfc1879
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fcfdfc1879 |
@@ -8,7 +8,6 @@ sudo systemctl status nginx # nginx current status
|
|||||||
sudo systemctl reload nginx # Reload nginx
|
sudo systemctl reload nginx # Reload nginx
|
||||||
sudo systemctl restart nginx # Restart nginx
|
sudo systemctl restart nginx # Restart nginx
|
||||||
sudo ln -s /etc/nginx/sites-available/example.com /etc/nginx/sites-enabled/ # Link website
|
sudo ln -s /etc/nginx/sites-available/example.com /etc/nginx/sites-enabled/ # Link website
|
||||||
sudo tail -f /var/log/nginx/access.log # Tail logs to inspect requests
|
|
||||||
|
|
||||||
# *****************************************************************************
|
# *****************************************************************************
|
||||||
# General Settings
|
# General Settings
|
||||||
|
|||||||
Reference in New Issue
Block a user