Use a vhost.d in current folder.
This commit is contained in:
5
vhost.d/docker.typename.fr
Normal file
5
vhost.d/docker.typename.fr
Normal file
@@ -0,0 +1,5 @@
|
||||
# disable any limits to avoid HTTP 413 for large image uploads
|
||||
client_max_body_size 10g;
|
||||
|
||||
# required to avoid HTTP 411: see Issue #1486 (https://github.com/docker/docker/issues/1486)
|
||||
chunked_transfer_encoding on;
|
Reference in New Issue
Block a user