以下內容僅適用於 centos 作業系統
一、將系統的軟體包更新到最新版本
yum -y update
二、安裝 nginx
yum install nginx
三、啟動 nginx,並設定開機啟動
systemctl start nginx
systemctl enable nginx
四、開啟防火牆的 80 埠和 443 埠
systemctl stop firewalld
五、其他
nginx 主配置檔案路徑:
/etc/nginx/nginx.conf
虛擬主機配置檔案路徑:
/etc/nginx/conf.d/
預設的 www 目錄:
/usr/share/nginx/html/
docker 安裝 MongoDB 就是這麼簡單?
docker pull mongomkdir p home config docker mongo mkdir p home config docker mongo db mkdir p home config docker mongo configdbdocker run restart alwa...
在Imac上安裝nginx
以下是在mac os x 10.9.2 安裝nginx步驟 1 download latest pcre.2 安裝 cd downloads tar xvzf pcre 8.5 cd pcre 8.5 sudo configure prefix usr local sudo make sudo ma...
在linux上安裝nginx
2 為了不與安裝包混淆,再建乙個同級的nginx包,在 jboss nginx install nginx 1.6.2目錄下 即nginx的解壓檔案包 執行如下命令 configure prefix jboss nginx with pcre jboss nginx install pcre 8.3...