blob: d9fd98e9dc4a4cce21327670d78d3d79931ab76c [file] [log] [blame]
# Copyright 2019 Google Inc. All Rights Reserved.
apiVersion: v1
kind: ConfigMap
metadata:
name: nginx-extra-conf
data:
# esp's nginx.conf has
# include /var/lib/nginx/extra/*.conf;
# mount this configmap at /var/lib/nginx/extra
# and *.conf will be loaded in server context.
# http://b/123607737
#
# https://cloud.google.com/load-balancing/docs/https/#timeouts_and_retries
# recommends this.
keepalive_timeout.conf: |
keepalive_timeout 620s;
client_max_body_size.conf: |
client_max_body_size 64m;