Archive 2022 年 3 月 27 日

nginx加装replace-filter-nginx-module

git clone https://github.com/agentzh/sregex cd sregex make && make install git clone https://github.com/agentzh/replace-filter-nginx-module wget http://nginx.org/download/nginx-1.21.6.tar.gz cd nginx-1.21.6 ./configure --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp…

Read More