Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Apr 26, 2015
1 parent 2a6922e commit 0886c88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/unit/statics_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@ nginx_plus_status: false
cache:
expiration: 5 # in seconds
# Nginx configuration
nginx: |
worker_processes auto;
error_log logs/error.log info;
daemon on;
# Set "worker_rlimit_nofile" to a high value
# worker_rlimit_nofile 65536;
worker_rlimit_nofile {{auto_worker_rlimit_nofile}};
env KONG_CONF;
events {
# Set "worker_connections" to a high value
worker_connections 1024;
worker_connections {{auto_worker_connections}};
multi_accept on;
}
http {
Expand Down

0 comments on commit 0886c88

Please sign in to comment.