nginx 1.10 在centos6.8 geoip module 安裝
nginx 的 geoip 功能之前要自己下載原始碼,再重新編譯加入geoip的模組,在1.10版,這個模組改成載入的方法,不需要再自己重編譯了
載入的方法,就是在nginx.conf中插入
載入的方法,就是在nginx.conf中插入
- load_module "modules/ngx_http_geoip_module.so";
但是 nginx -t 測試是不會過的,因為設定對了,但是系統中並沒有安裝這個模組,補安裝如下
- yum install epel-release -y
- yum install nginx-module-geoip -y
留言
張貼留言