From 6e7624a2458d27e3a8f214333182ae7a44f2542e Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Fri, 4 Sep 2020 06:20:49 +0200 Subject: [PATCH] Extended examples for nginx_type and nginx_client_max_body_size. --- dup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dup.rb b/dup.rb index eb06c8e..f4aad91 100755 --- a/dup.rb +++ b/dup.rb @@ -74,8 +74,8 @@ def get_sample(name="container") nginx_allow: fabian # "user" or "@group" or "user, user, @group" or "all" nginx_no_robots: true nginx_public_paths: "/public, /api" - nginx_type: # "http" (default), "https", "skip" (doesn't create any entries) - nginx_client_max_body_size: 25M + nginx_type: # "http" (default), "https", "fastcgi", "skip" (doesn't create any entries) + nginx_client_max_body_size: "25M" networks: - "nginx"