Extended examples for nginx_type and nginx_client_max_body_size.
This commit is contained in:
parent
eee7b009a4
commit
6e7624a245
4
dup.rb
4
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"
|
||||
|
Loading…
Reference in New Issue
Block a user