Skip to content

Commit

Permalink
Merge pull request #14430 from KillianH/feat/nginx-with-compat
Browse files Browse the repository at this point in the history
nginx: Add with-compat to compile option for nginx
  • Loading branch information
amouat committed Mar 11, 2024
2 parents 08985a5 + bf814a3 commit 4f7c32e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx-mainline.yaml
Expand Up @@ -79,6 +79,8 @@ pipeline:
\
--without-pcre2 \
\
--with-compat \
\
--with-http_ssl_module \
--with-http_v2_module \
--with-http_realip_module \
Expand Down
2 changes: 2 additions & 0 deletions nginx-stable.yaml
Expand Up @@ -82,6 +82,8 @@ pipeline:
\
--without-pcre2 \
\
--with-compat \
\
--with-http_ssl_module \
--with-http_v2_module \
--with-http_realip_module \
Expand Down

0 comments on commit 4f7c32e

Please sign in to comment.