啟動nginx
start nginx
重啟nginx(修改nginx.conf後用此)
nginx -s reload
快速停止nginx,可能不儲存相關資訊.
nginx -s stop
完整有序地停止nginx,儲存相關資訊
nginx -s quit
重新開啟日誌檔案(需要在nginx啟動中)
nginx -s reopen
測試nginx配置檔案是否正確
nginx -t -c /path/conf/nginx.conf
列如
e:\nginx-1.8.1>nginx -t -c conf/nginx.conf
nginx: the configuration file e:\nginx-1.8.1/conf/nginx.conf syntax is ok
nginx: configuration file e:\nginx-1.8.1/conf/nginx.conf test is successful
檢視nginx版本
nginx -v
Linux一些指令
date 檢視日曆 cal 輸出 檢視命令 顯示輸入的內容 echo 顯示文字檔案內容 cat 翻頁顯示檔案內容 只能向下翻頁 more 翻頁顯示檔案內容 帶上下翻頁 less 顯示檔案的頭幾行 預設10行 head n 指定顯示的行數 顯示檔案的末尾幾行 預設10行 tail n f追蹤顯示檔案更...
docker 一些指令
docker run it tomcat 7.0.68 jre8 bin bash 進入容器 root iz25ljx2ojuz command cat create.sh bin bash docker create v logs logs v dockertmp skywalker api sk...
一些轉移指令
轉移指令 8086cpu的轉移指令分為以下幾類 無條件轉移指令 如 jmp 條件轉移指令 迴圈指令 如 loop 過程 相當於函式 中斷 操作符offset在組合語言中是由編譯器處理的符號,它的功能是取得標號的偏移位址 a.無條件轉移 jmp為無條件轉移,可以只改變ip,也可以同時修改cs和ip j...