centos7 nginx安裝及自啟動

2022-08-29 05:54:10 字數 813 閱讀 9725

本文章為**:

wget 

建立nginx的yum倉庫

[root@localhost conf.d]# rpm -ivh nginx-release-centos-7-0.el7.ngx.noarch.rpm

yum install nginx

啟動nginx服務

systemctl start nginx

檢視以下nginx的程序:

[root@localhost conf.d]# ps aux |grep nginx

root     14631  0.0  0.0  48552  1032 ?        ss   22:18   0:00 nginx: master process nginx -c /etc/nginx/nginx.conf

nginx    14633  0.0  0.0  51100  2556 ?        s    22:18   0:00 nginx: worker process

root     15040  0.0  0.0 112704   956 pts/2    s+   22:24   0:00 grep --color=auto nginx

檢視nginx版本資訊和相關的配置引數

# nginx -v  

系統的nginx的service檔案在  /lib/systemd/system

使用者的nginx的service檔案在 /usr/lib/systemd/system

systemctl enable nginx.service

這樣就可以配置開機自起了

CentOS7 Nginx編譯安裝

需先安裝好編譯環境make,gcc和g 開發庫 yum y install gcc automake autoconf libtool make yum install gcc gcc c pcre perl compatible regular expressions perl 相容的正規表示式庫...

CentOS7 nginx安裝並負載mysql

1 安裝依賴專案 pcre 提取碼 svgw configure make make install 2 安裝依賴專案 libtool 提取碼 dnd6 configure make make install 3 安裝nginx 直接啟動 usr local nginx sbin nginx c u...

CentOS 7 Nginx 控制指令碼

傳送門 2 乾貨 相信看了準備活動,基本上就會了,這個比起下面那個方法實在是簡單多了直接上指令 sudo vi usr lib systemd system nginx.service 輸入下面內容,並儲存 unit description nginx high performance web se...