中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么在nginx中利用replace-filter-nginx-module替換內容

發布時間:2021-03-09 15:39:49 來源:億速云 閱讀:520 作者:Leah 欄目:服務器

本篇文章為大家展示了怎么在nginx中利用replace-filter-nginx-module替換內容,內容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。

安裝

    安裝此模塊需要先安裝 sregex 運行庫:

                    1

                    2

                    3

                    4

$ git clone https://github.com/agentzh/sregex

$ cd sregex

$ make

$ make install

    然后安裝 replace-filter-nginx-module 模塊:

                    1

                    2

                    3

                    4

$ cd /root/soft/src

$ git clone https://github.com/agentzh/replace-filter-nginx-module

$ wget http://nginx.org/download/nginx-1.12.2.tar.gz

$ tar zxvf nginx-1.12.2.tar.gz

    這里采用靜態編譯的方式安裝模塊,需要重新編譯 nginx 。獲取 nginx 上一次編譯參數:

                    1

                    2

                    3

                    4

                    5

                    6

$ nginx -V

nginx version: nginx/1.12.2

built by gcc 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC)

built with OpenSSL 1.0.1e-fips 11 Feb 2013

TLS SNI support enabled

configure arguments: --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-ipv6 --with-http_sub_module --with-ld-opt=-ljemalloc --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module

    這里添加 replace-filter-nginx-module 模塊:

                    1

--add-module=/root/soft/src/replace-filter-nginx-module

    最終編譯命令:

                    1

                    2

                    3

                    4

                    5

cd nginx-1.12.2

                     

$ ./configure --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-ipv6 --with-http_sub_module --with-ld-opt=-ljemalloc --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --add-module=/root/soft/src/replace-filter-nginx-module

 

$ make

    由于這里是升級nginx,所以千萬不要make install,不然就真的覆蓋了。 接下來手動替換二進制文件:

                    1

                    2

$ cp /usr/local/nginx/sbin/nginx /usr/local/nginx/sbin/nginx.bak

$ cp -rfp ./objs/nginx /usr/local/nginx/sbin/

    測試是否可行:

                    1

                    2

$ nginx -v

nginx version: nginx/1.12.2

    配置是否正常:

                    1

                    2

                    3

$ /usr/local/nginx/sbin/nginx -t

nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok

nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful

配置

    這里測試的是:把接口返回的 img.test.com 換成 media.test.com。

    修改: /usr/local/nginx/conf/vhost/test.com.conf

                    1

                    2

                    3

                    4

                    5

                    6

                    7

                    8

location ~ [^/]\.php(/|$)

{

  # comment try_files $uri =404; to enable pathinfo

  try_files $uri =404;

  fastcgi_pass 127.0.0.1:9000;

  fastcgi_index index.php;

  include fastcgi.conf;

}

    為:

                    1

                    2

                    3

                    4

                    5

                    6

                    7

                    8

                    9

                    10

location ~ [^/]\.php(/|$)

{

  replace_filter 'img.test.com' 'media.test.com' g;

  replace_filter_types application/json;

  

  # comment try_files $uri =404; to enable pathinfo

  try_files $uri =404;

  fastcgi_pass 127.0.0.1:9000;

  fastcgi_index index.php;

  include fastcgi.conf;

    注意需要添加replace_filter_types 。

    保存后檢查配置是否ok:

                    1

                    2

                    3

$ /usr/local/nginx/sbin/nginx -t

nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok

nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful

    然后熱重啟:

                    1

                    2

                    3

                    4

                    5

# 升級完成第一次需要重啟

$ service nginx restart

 

# 熱重啟

$ /usr/local/nginx/sbin/nginx -s reload

上述內容就是怎么在nginx中利用replace-filter-nginx-module替換內容,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業資訊頻道。

原文鏈接:https://segmentfault.com/a/1190000014077313

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

通渭县| 千阳县| 德安县| 阜康市| 大冶市| 天津市| 巴林右旗| 临沂市| 南昌市| 海南省| 岳阳县| 屏山县| 宾川县| 惠东县| 浦城县| 保定市| 江孜县| 鹤峰县| 长兴县| 太谷县| 台山市| 布尔津县| 宜州市| 卓资县| 罗田县| 巩留县| 平湖市| 洛川县| 赤峰市| 鄄城县| 南漳县| 富民县| 巴中市| 镇原县| 施秉县| 米泉市| 葵青区| 隆子县| 内黄县| 宿松县| 平谷区|