Skip to content

Commit

Permalink
Add missing space in examples/nginx.conf
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Edgar <[email protected]>
  • Loading branch information
zsteinkamp and aknot242 committed Mar 11, 2024
1 parent ff9169e commit bdab912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ http {
# `njs-acme` can use a shared dict to cache cert/key pairs to avoid
# filesystem calls on TLS handshake. If you want to use a shared zone name
# that is not `acme`, then ensure the variable $njs_acme_shared_dict_zone_name
# also contains the desired name. The zone size should beenough to store all
# also contains the desired name. The zone size should be enough to store all
# certs and keys. 1MB should be enough to store 100 certs/keys.
js_shared_dict_zone zone=acme:1m;

Expand Down

0 comments on commit bdab912

Please sign in to comment.