Skip to content

Commit e8a01d3

Browse files
fix nginx.conf erroring on hash_max
1 parent 50baad5 commit e8a01d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-ci/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ http {
2525
client_max_body_size 50M;
2626
types_hash_max_size 2048;
2727
large_client_header_buffers 4 16k;
28-
variables_hash_max_size: 2048;
28+
#variables_hash_max_size: 2048;
2929
variables_hash_bucket_size: 1024;
3030
# Our request limiter zone for wp-login attacks
3131
limit_req_zone $binary_remote_addr zone=wp-login:10m rate=1r/s;

0 commit comments

Comments
 (0)