Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
karljohns0n committed Jul 9, 2024
1 parent 747f7fe commit 03919c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# PKG_ARCH: x86_64
# OPT: --with=pagespeed
- VERSION: 7
OS: centos
OS: karljohns0n/centos
PKG_ARCH: x86_64
OPT: --with=modsecurity --with=pagespeed
- VERSION: 8
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Synopsis

Nginx-more is a build of Nginx with additional modules such as HTTP2, PageSpeed, Brotli, More Headers, Cache Purge, VTS, GeoIP2, Echo. It's compiled using recent GCC version and latest OpenSSL sources. It also includes some built-in configurations such as WordPress and Laravel php-fpm setup. More information about this package can be found [here](https://medium.com/@karljohnson/nginx-more-get-http-2-with-alpn-pagespeed-modsecurity-and-much-more-in-one-single-package-7d28a44d1854) however this post is be a bit outdated at this time. Nginx-more is supported since 2014 and used on a thousand of servers.
Nginx-more is a build of Nginx with additional modules such as HTTP/2, HTTP/3, PageSpeed, Brotli, More Headers, Cache Purge, VTS, GeoIP2, Echo and ModSecurity. It's compiled using recent GCC version and latest OpenSSL sources. It also includes some built-in configurations such as WordPress and Laravel php-fpm setup. More information about this package can be found [here](https://medium.com/@karljohnson/nginx-more-get-http-2-with-alpn-pagespeed-modsecurity-and-much-more-in-one-single-package-7d28a44d1854) however this post is be a bit outdated at this time. Nginx-more is supported since 2014 and used on a thousand of servers.

## Easy installation for RHEL / CentOS / AlmaLinux / Rocky Linux

Expand Down Expand Up @@ -84,7 +84,7 @@ configure arguments: --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --mod
## Modules

* [OpenSSL](https://github.com/openssl/openssl)
* [PageSpeed](https://github.com/apache/incubator-pagespeed-ngx) (removed since el9)
* [PageSpeed](https://github.com/apache/incubator-pagespeed-ngx) (removed el9)
* [Brotli](https://github.com/google/ngx_brotli)
* [Virtual host traffic status](https://github.com/vozlt/nginx-module-vts)
* [Headers more](https://github.com/openresty/headers-more-nginx-module)
Expand All @@ -96,7 +96,7 @@ configure arguments: --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --mod
## Patches

* [Cloudflare TLS Dynamic Record](https://blog.cloudflare.com/optimizing-tls-over-tcp-to-reduce-latency/)
* [Cloudflare full HPACK implementation](https://blog.cloudflare.com/hpack-the-silent-killer-feature-of-http-2/)
* [Cloudflare full HPACK implementation](https://blog.cloudflare.com/hpack-the-silent-killer-feature-of-http-2/) (removed ≥ nginx 1.26.0)

## SELinux

Expand Down
4 changes: 2 additions & 2 deletions SPECS/nginx-more.spec
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ Source110: https://github.com/google/brotli/archive/v%{module_brotli_deps}/n

Patch0: nginx-version.patch
Patch1: ngx_cache_purge-fix-compatibility-with-nginx-1.11.6.patch
Patch2: ngx_cloudflare_http2_hpack_1015003.patch
Patch3: ngx_dynamic-tls-records-1.25.1.patch
Patch4: ngx_cache_purge-fix-compatibility-with-nginx-1.19.3.patch

Expand Down Expand Up @@ -218,7 +217,6 @@ memory usage.

%patch0 -p0
%patch1 -p0
#%patch2 -p1
%patch3 -p1
%patch4 -p0

Expand Down Expand Up @@ -479,7 +477,9 @@ fi
* Mon Jul 8 2024 Karl Johnson <[email protected]> 1.26.1-1
- Upgrade nginx to 1.26.1
- Bump OpenSSL to 3.3.1
- Enable HTTP/3
- Disable incompatible HPACK patch for now
- Always use realpath_root

* Wed Jan 31 2024 Karl Johnson <[email protected]> 1.24.0-5
- Bump OpenSSL to 3.2.1
Expand Down

0 comments on commit 03919c9

Please sign in to comment.