wok-6.x rev 23238
updated nginx-extras again (1.9.4 -> 1.16.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 25 08:38:30 2020 +0100 (2020-03-25) |
parents | d25a28bf6b6c |
children | 2a67d7fa40f8 |
files | nginx-extras/receipt |
line diff
1.1 --- a/nginx-extras/receipt Wed Mar 25 08:10:44 2020 +0100 1.2 +++ b/nginx-extras/receipt Wed Mar 25 08:38:30 2020 +0100 1.3 @@ -23,6 +23,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + # 1.16.0 invalid: 1.8 + # --with-http_spdy_module 1.9 + 1.10 ./configure \ 1.11 --prefix=/usr \ 1.12 --conf-path=/etc/nginx/nginx.conf \ 1.13 @@ -34,7 +37,6 @@ 1.14 --http-proxy-temp-path=/var/spool/nginx/proxy \ 1.15 --http-fastcgi-temp-path=/var/spool/nginx/fastcgi \ 1.16 --with-http_ssl_module \ 1.17 - --with-http_spdy_module \ 1.18 --with-http_realip_module \ 1.19 --with-http_addition_module \ 1.20 --with-http_xslt_module \