Skip to content

Commit

Permalink
Tests: ngx_http_upstream_sticky module.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlhomutov committed Feb 28, 2023
1 parent 99a9d83 commit ca3f5c9
Show file tree
Hide file tree
Showing 3 changed files with 1,554 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/lib/Test/Nginx.pm
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ sub has_module($) {
=> '(?s)^(?!.*--without-http_upstream_keepalive_modu)',
upstream_zone
=> '(?s)^(?!.*--without-http_upstream_zone_module)',
upstream_sticky
=> '(?s)^(?!.*--without-http_upstream_sticky_module)',
http => '(?s)^(?!.*--without-http(?!\S))',
cache => '(?s)^(?!.*--without-http-cache)',
pop3 => '(?s)^(?!.*--without-mail_pop3_module)',
Expand Down
Loading

0 comments on commit ca3f5c9

Please sign in to comment.