nginx命令大全

2021-10-05 12:53:04 字數 560 閱讀 2714

nginx -s reopen	#重啟nginx

nginx -s stop #強制停止nginx服務

nginx -s quit #優雅地停止nginx服務(即處理完所有請求後再停止服務)

nginx -t #檢測配置檔案是否有語法錯誤,然後退出

nginx -?,-h #開啟幫助資訊

nginx -v #顯示版本資訊並退出

nginx -v #顯示版本和配置選項資訊,然後退出

nginx -t #檢測配置檔案是否有語法錯誤,然後退出

nginx -t #檢測配置檔案是否有語法錯誤,轉儲並退出

nginx -q #在檢測配置檔案期間遮蔽非錯誤資訊

nginx -p prefix #設定字首路徑(預設是:/usr/share/nginx/)

nginx -c filename #設定配置檔案(預設是:/etc/nginx/nginx.conf)

nginx -g directives #設定配置檔案外的全域性指令

killall nginx #殺死所有nginx程序

Nginx配置命令大全

debug points stop abort 是否處理幾個特殊的調試點 通常不會使用這個配置項 debug connection ip cidr 僅對指定的客戶端輸出debug級別的日誌 worker rlimit core size 限制coredump核心轉儲檔案的大小 working dir...

nginx使用大全

前言 使用說明 網頁不顯示亂碼.server 網頁同步伺服器時間.server 網頁顯示目錄.server 禁止訪問目錄.server location 設計原始檔 禁止訪問檔案.server location xlsx txt 禁止訪問目錄下的檔案.server location nature 解...

mysql 命令大全 Mysql 命令大全

輸入mysql進入,如同輸入cmd模式 1 使用show語句找出在伺服器上當前存在什麼資料庫.mysql show databases 2 建立乙個資料庫mysqldata mysql create database mysqldata.3 選擇你所建立的資料庫 mysql use mysqldat...