ubuntu 18.04 LTS 安裝nginx-1.14.0
- 更新ubuntu18.04LTS到最新;
- Nginx官網下載nginx-1.14.0穩定版;
- 安裝相關依賴 make、gcc、g++、openssl、libssl-dev、zlib1g、zlib1g-dev或者到相關官網下載源碼編譯;
- 解壓下載的nginx包 tar -xvf nginx-1.14.0;
- 進入解壓出的nginx-1.14.0文件夾 cd nginx-1.14.0;
- 配置使用的相關設置 ./configure prefix=/usr/local/nginx --with-http_ssl_module --with-pcre;
- 執行make && make install;
- 進入/user/local/nginx/sbin/目錄下執行./nginx(相關配置可在/usr/local/nginx/conf/nginx.conf處修改)
- 完成截圖
歡迎關注本站公眾號,獲取更多信息