Extended examples for nginx_type and nginx_client_max_body_size.

This commit is contained in:
Fabian Schlenz 2020-09-04 06:20:49 +02:00
parent eee7b009a4
commit 6e7624a245
1 changed files with 2 additions and 2 deletions

4
dup.rb
View File

@ -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"