mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-26 06:31:04 +01:00
Added debuging command for nginx
This commit is contained in:
parent
94c792fc08
commit
5dd7645834
@ -1,4 +1,9 @@
|
|||||||
# role native-nginx
|
# role native-nginx
|
||||||
|
|
||||||
|
## debug
|
||||||
|
```bash
|
||||||
|
journalctl -f -n 30 --unit=nginx.service
|
||||||
|
```
|
||||||
## performance
|
## performance
|
||||||
- https://www.monitis.com/blog/6-best-practices-for-optimizing-your-nginx-performance/
|
- https://www.monitis.com/blog/6-best-practices-for-optimizing-your-nginx-performance/
|
||||||
- https://www.nginx.com/blog/tuning-nginx/
|
- https://www.nginx.com/blog/tuning-nginx/
|
||||||
|
Loading…
Reference in New Issue
Block a user