nginx 基本操做

nginx 是什麼

nginx 是輕量、高性能的網頁服務器,相較 Apache 佔有內存小。html

下載

https://nginx.org/en/download.htmlnginx

默認根目錄

安裝目錄下的 html 文件夾。sql

操做方式

必須在命令行下操做,windows 的狀況,打開」運行」→」cmd」,在裏面輸入命令。windows

查看版本和幫助

nginx -v
nginx -?

啓動

start nginx 

發送信號

//中止
nginx -s stop

//退出
nginx -s quit

//重啓
nginx -s reopen

//重載
nginx -s reload
相關文章
相關標籤/搜索