Skip to content

Commit 3bee6d5

Browse files
committed
Add map hash configuration.
1 parent 6de82d2 commit 3bee6d5

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)