From ce8814a88c81d49529366b54571455f93a20b29a Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Mon, 28 Aug 2017 13:43:35 +0200 Subject: [PATCH] pixelpark bauhaus set client_max_body_size to 3gb --- customer/pixelpark/bauhaus.pixelpark.com.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/pixelpark/bauhaus.pixelpark.com.yaml b/customer/pixelpark/bauhaus.pixelpark.com.yaml index 3c70e3ec..660d0d51 100644 --- a/customer/pixelpark/bauhaus.pixelpark.com.yaml +++ b/customer/pixelpark/bauhaus.pixelpark.com.yaml @@ -63,7 +63,7 @@ infra::profile::infrastructure::nexus::nginx_vhosts: - 'X-Real-IP $remote_addr' - 'Host $host' # listen_ip: 217.66.55.70 - client_max_body_size: 2G + client_max_body_size: 3G ssl: true ssl_cert: /etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem ssl_key: /etc/pki/tls/private/wildcard.pixelpark.com-key.pem @@ -150,7 +150,7 @@ infra::profile::infrastructure::jenkins::nginx_vhosts: proxy_connect_timeout: "600" proxy_read_timeout: "600" proxy_connect_timeout: "600" - + infra::profile::infrastructure::jenkins::jobs: {} # master-Watcher: # scm_url: git@git.pixelpark.com:puppet/master-watcher-job.git -- 2.39.5