系統(tǒng)版本:ubuntu 14.04,nginx 版本:nginx/1.4.6 (Ubuntu)
本文不是一步步搭建 nginx 的過程,而是我在使用 nginx 的過程中,整理自己遇到的的一些問題。適用于:nginx 遇到問題,排查問題的 checklist
一、安裝
sudo apt-get updatesudo apt-get install nginx
注意:用 root 身份安裝 nginx
二、常用命令
請在執(zhí)行下面命令時,確保權限正確,統(tǒng)一在命令前加入:sudo
,使用 root 權限操作 nginx。
查看 nginx 版本:
nginx -v
檢查配置語法是否正確:
service nginx configtest
重啟:
網友評論