Skip to content

Commit 44ca824

Browse files
authored
conflicts with bots blocker
1 parent e772f2a commit 44ca824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/html/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ http {
5454
map_hash_bucket_size 256;
5555
map_hash_max_size 4096;
5656
types_hash_max_size 2048;
57-
variables_hash_max_size 2048;
57+
# variables_hash_max_size 2048;
5858

5959
geo $rate_limit {include /etc/nginx/geo.d/ratelimit.conf;}
6060
map $rate_limit $rate_limit_key {include /etc/nginx/map.d/access/*.map;}

0 commit comments

Comments
 (0)