Skip to content

Commit

Permalink
Increase memory for blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
dannote committed Dec 14, 2021
1 parent a1c0ab0 commit 32604bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ http {
server_tokens off;

client_max_body_size 10m;
lua_shared_dict blacklist 4m;
lua_shared_dict blacklist 16m;

init_by_lua_block {
require 'zlib'
Expand Down

0 comments on commit 32604bb

Please sign in to comment.