From e1eda78610a16273cbc2cc17d824c00cbc3478f0 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Mon, 18 Nov 2024 17:05:47 -0600 Subject: [PATCH] feat(cloud-screenshot): update nginx config build: [release] --- charts/cloud-screenshot/Chart.yaml | 2 +- charts/cloud-screenshot/templates/nginx-config.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/cloud-screenshot/Chart.yaml b/charts/cloud-screenshot/Chart.yaml index 6cb7c3a..0cb1a08 100644 --- a/charts/cloud-screenshot/Chart.yaml +++ b/charts/cloud-screenshot/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - email: dustin@elegantthemes.com name: Elegant Themes name: cloud-screenshot -version: 1.0.5 +version: 1.0.6 diff --git a/charts/cloud-screenshot/templates/nginx-config.yml b/charts/cloud-screenshot/templates/nginx-config.yml index 4cca2cf..7181852 100644 --- a/charts/cloud-screenshot/templates/nginx-config.yml +++ b/charts/cloud-screenshot/templates/nginx-config.yml @@ -15,6 +15,8 @@ data: include /etc/nginx/mime.types; default_type application/octet-stream; + server_names_hash_bucket_size 128; + access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log error;