2016年3月3日 星期四

centos 7 手動加入 nginx 的 repo 設定

# 建立 repo
vi /etc/yum.repos.d/nginx.repo

#讓yum找的到nginx
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/7/$basearch/
gpgcheck=0
enable=1


#執行安裝
yum install nginx

#安裝結果

# 關閉 apache(如果有開啟的話)
service httpd stop

# 啟動 nginx
service nginx start

# 初始畫面


參考連結
http://yenpai.idis.com.tw/

沒有留言: