Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 350 Bytes

File metadata and controls

16 lines (10 loc) · 350 Bytes

Useful Commands for Checking Status and Debugging

gunicorn

Start|Restart|Stop gunicorn - systemctl [start|restart|stop] gunicorn logging commands...

nginx

Start|Restart|Stop nginx - systemctl [start|restart|stop] nginx logging commands

system

Locate where an executable named [PROGRAM] is - which [PROGRAM] Example: which python