We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d60e6 commit f4ceb42Copy full SHA for f4ceb42
controls/nginx_spec.rb
@@ -190,7 +190,7 @@
190
title 'Control simultaneous connections'
191
desc 'NginxHttpLimitZone module to limit the number of simultaneous connections for the assigned session or as a special case, from one IP address.'
192
describe parse_config(nginx_parsed_config, options) do
193
- its('limit_conn_zone') { should eq '$binary_remote_addr zone=value:10m' }
+ its('limit_conn_zone') { should eq '$binary_remote_addr zone=default:10m' }
194
end
195
196
its('limit_conn') { should eq 'default 5' }
0 commit comments