Fix map_hash_max_size for docker images
This commit is contained in:
parent
75a96c0b8d
commit
e756178797
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ http {
|
|||
gzip_min_length 256;
|
||||
gzip_types text/plain text/css application/json application/x-javascript application/javascript text/xml application/xml application/xml+rss text/javascript application/vnd.ms-fontobject application/x-font-ttf font/opentype image/svg+xml font/woff2 image/x-icon audio/wav;
|
||||
|
||||
map_hash_max_size 128;
|
||||
map_hash_bucket_size 128;
|
||||
|
||||
# Expires map
|
||||
map $sent_http_content_type $expires {
|
||||
default off;
|
||||
|
|
Loading…
Reference in a new issue