91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

怎么在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

资阳市| 独山县| 顺昌县| 法库县| 韶山市| 舟山市| 辛集市| 什邡市| 介休市| 竹北市| 福清市| 汕头市| 夏河县| 岳普湖县| 永丰县| 西昌市| 曲周县| 孟津县| 隆安县| 太保市| 尚义县| 潞城市| 文成县| 大丰市| 西华县| 塔河县| 宁德市| 桐柏县| 玉山县| 顺昌县| 祁门县| 沧州市| 曲松县| 林口县| 洪洞县| 雅安市| 浑源县| 温州市| 高陵县| 基隆市| 阿拉善盟|