Skip to content

Commit 1df58be

Browse files
author
Toby Bellwood
authored
Merge pull request #126 from steveworley/issue-125-map-hash-config
Add map hash configuration.
2 parents 6de82d2 + 3bee6d5 commit 1df58be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

images/nginx/nginx.conf

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ http {
3333

3434
uninitialized_variable_warn off;
3535

36+
map_hash_max_size ${NGINX_HASH_MAP_SIZE:-64};
37+
map_hash_bucket_size ${NGINX_HASH_BUCKET_SIZE:-64};
38+
3639
map $host$uri $redirectdomain {
3740
include /etc/nginx/redirects-map.conf;
3841
}

0 commit comments

Comments
 (0)