Changes of Revision 190
[-] | Changed | nginx.spec |
x 1
2 3 4 Name: nginx 5 -Version: 1.11.1 6 +Version: 1.11.3 7 Release: 1 8 Summary: Robust, small and high performance http and reverse proxy server 9 Group: System Environment/Daemons 10
11 --with-http_perl_module \ 12 --with-stream \ 13 --with-stream_ssl_module \ 14 + --with-stream_geo_module \ 15 + --with-stream_geoip_module \ 16 + --with-stream_split_clients_module \ 17 + --with-stream_map_module \ 18 + --with-stream_map_module 19 --with-threads \ 20 --with-libatomic \ 21 --with-pcre-jit \ 22 |