diff options
Diffstat (limited to 'misc/notes.txt')
-rw-r--r-- | misc/notes.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/notes.txt b/misc/notes.txt index 5d4bcaeb..0819ae02 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -82,9 +82,8 @@ export TERM=screen To search for commands in history if necessary: history | grep "(whatever is being searched for)" -Run web server: -/usr/local/nginx/sbin/nginx -/usr/sbin/nginx +Reload web server: +/usr/sbin/nginx -s reload Run server: python runserver.py |