Commit ec128428 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated openresty to 1.19.3.2

parent 02b39b22
all: nginx-service nginx-logrotate all: nginx-service nginx-logrotate
tar xf openresty-1.19.3.1.tar.gz tar xf openresty-1.19.3.2.tar.gz
cd openresty-1.19.3.1 && ./configure --prefix=/usr --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/run/nginx.pid --lock-path=/var/log/nginx.lock --http-client-body-temp-path=/tmp/nginx-client-body --http-proxy-temp-path=/tmp/nginx-proxy-temp --without-http_fastcgi_module --without-http_uwsgi_module --without-http_scgi_module --with-http_ssl_module --with-http_v2_module --with-http_stub_status_module --with-http_auth_request_module cd openresty-1.19.3.2 && ./configure --prefix=/usr --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/run/nginx.pid --lock-path=/var/log/nginx.lock --http-client-body-temp-path=/tmp/nginx-client-body --http-proxy-temp-path=/tmp/nginx-proxy-temp --without-http_fastcgi_module --without-http_uwsgi_module --without-http_scgi_module --with-http_ssl_module --with-http_v2_module --with-http_stub_status_module --with-http_auth_request_module
$(MAKE) -C openresty-1.19.3.1 $(MAKE) -C openresty-1.19.3.2
$(MAKE) -C openresty-1.19.3.1 install $(MAKE) -C openresty-1.19.3.2 install
@echo "$$NGINX_LOGROTATE" > /etc/logrotate.d/nginx @echo "$$NGINX_LOGROTATE" > /etc/logrotate.d/nginx
@echo "$$NGINX_SERVICE" > /lib/systemd/system/nginx.service @echo "$$NGINX_SERVICE" > /lib/systemd/system/nginx.service
systemctl enable nginx.service systemctl enable nginx.service
...@@ -17,7 +17,7 @@ all: nginx-service nginx-logrotate ...@@ -17,7 +17,7 @@ all: nginx-service nginx-logrotate
rm /etc/nginx/scgi_params.default rm /etc/nginx/scgi_params.default
rm /etc/nginx/uwsgi_params rm /etc/nginx/uwsgi_params
rm /etc/nginx/uwsgi_params.default rm /etc/nginx/uwsgi_params.default
rm -rf openresty-1.19.3.1 rm -rf openresty-1.19.3.2
nginx-service: nginx-service:
define NGINX_SERVICE define NGINX_SERVICE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment