Skip to content

Commit f4ceb42

Browse files
committed
Revert nginx value
Signed-off-by: Enzo Mignogna <enzo.mignogna@avature.net>
1 parent 86d60e6 commit f4ceb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/nginx_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
title 'Control simultaneous connections'
191191
desc 'NginxHttpLimitZone module to limit the number of simultaneous connections for the assigned session or as a special case, from one IP address.'
192192
describe parse_config(nginx_parsed_config, options) do
193-
its('limit_conn_zone') { should eq '$binary_remote_addr zone=value:10m' }
193+
its('limit_conn_zone') { should eq '$binary_remote_addr zone=default:10m' }
194194
end
195195
describe parse_config(nginx_parsed_config, options) do
196196
its('limit_conn') { should eq 'default 5' }

0 commit comments

Comments
 (0)