您好,登錄后才能下訂單哦!
這篇文章主要講解了“nginx的開啟、關(guān)閉、重啟常用操作命令”,文中的講解內(nèi)容簡單清晰,易于學(xué)習(xí)與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“nginx的開啟、關(guān)閉、重啟常用操作命令”吧!
service nginx stop關(guān)閉
systemctl stop nginx
啟動
service nginx start systemctl start nginx
重啟
service nginx reload systemctl restart nginx
隨系統(tǒng)啟動自動運(yùn)行
systemctl enable nginx
禁止隨系統(tǒng)啟動自動運(yùn)行
systemctl disable nginx
知識點擴(kuò)展:
首先利用配置文件啟動nginx命令: nginx -c /usr/local/nginx/conf/nginx.conf 重啟服務(wù): service nginx restart 快速停止或關(guān)閉Nginx:nginx -s stop 正常停止或關(guān)閉Nginx:nginx -s quit 配置文件修改重裝載命令:nginx -s reload
感謝各位的閱讀,以上就是“nginx的開啟、關(guān)閉、重啟常用操作命令”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對nginx的開啟、關(guān)閉、重啟常用操作命令這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關(guān)知識點的文章,歡迎關(guān)注!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。