Skip to content

Commit

Permalink
adjusted http2 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
C24-AK committed Oct 18, 2023
1 parent 62e870e commit 703c65c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/defines/resource_server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -749,13 +749,13 @@
title: 'should set HTTP2',
attr: 'http2',
value: 'on',
match: %r{\s+listen\s+\*:443 ssl http2;}
match: %r{\s+http2\s+on;}
},
{
title: 'should not set HTTP2',
attr: 'http2',
value: 'off',
match: %r{\s+listen\s+\*:443 ssl;}
match: %r{\s+http2\s+off;}
},
{
title: 'should set the IPv4 listen options',
Expand Down

0 comments on commit 703c65c

Please sign in to comment.