您好,登錄后才能下訂單哦!
本篇內容主要講解“nginx編譯安裝后怎么對nginx進行平滑升級”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“nginx編譯安裝后怎么對nginx進行平滑升級”吧!
一、nginx新版的下載
下載頁面:
wget -c http://nginx.org/download/nginx-1.13.12.tar.gz
二、獲取老版本nginx的配置
查看當前版本: /usr/local/nginx/sbin/nginx -v
查看當前配置: /usr/local/nginx/sbin/nginx -v
[root@zixuephp nginx-1.13.6]# /usr/local/nginx/sbin/nginx -v nginx version: nginx/1.13.6 [root@zixuephp nginx-1.13.6]# /usr/local/nginx/sbin/nginx -v nginx version: nginx/1.13.6 built by gcc 4.8.5 20150623 (red hat 4.8.5-16) (gcc) built with openssl 1.0.2k-fips 26 jan 2017 tls sni support enabled configure arguments: --prefix=/usr/local/nginx --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_v2_module --with-http_gzip_static_module --with-http_sub_module --with-pcre --with-http_ssl_module
三、解壓新版nginx源碼包
tar -xzvf nginx-1.13.12.tar.gz cd nginx-1.13.12
四、對新版重新編譯前的配置
這里的配置和老版本的一樣 : /usr/local/nginx/sbin/nginx -v
復制代碼 代碼如下:
./configure --prefix=/usr/local/nginx --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_v2_module --with-http_gzip_static_module --with-http_sub_module --with-pcre --with-http_ssl_module
五、編譯生成objs目錄,進入目錄,替換nginx
make
編譯后通過ls可以看到有個objs的目錄
[root@zixuephp nginx-1.13.12]# ls auto changes changes.ru conf configure contrib html license makefile man objs readme src [root@zixuephp nginx-1.13.12]#
進入objs目錄,替換老版本的nginx主程序(在操作這里前一定要先備份,免得出錯)
[root@zixuephp objs]#mv nginx /usr/local/nginx/sbin/nginx
六、平滑升級
make upgrade
七、升級成功,查看版本
[root@zixuephp nginx-1.13.12]# /usr/local/nginx/sbin/nginx -v nginx version: nginx/1.13.12 [root@zixuephp nginx-1.13.12]# /usr/local/nginx/sbin/nginx -v nginx version: nginx/1.13.12 built by gcc 4.8.5 20150623 (red hat 4.8.5-16) (gcc) built with openssl 1.0.2k-fips 26 jan 2017 tls sni support enabled configure arguments: --prefix=/usr/local/nginx --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_v2_module --with-http_gzip_static_module --with-http_sub_module --with-pcre --with-http_ssl_module
在升級前一定要提前備份好nginx程序和網站等文件,避免出錯。
到此,相信大家對“nginx編譯安裝后怎么對nginx進行平滑升級”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。