Use a vhost.d in current folder.

This commit is contained in:
Mikaël Capelle
2023-08-25 07:04:32 +00:00
parent b39fdf05d0
commit ba9323950b
11 changed files with 31 additions and 1 deletions

View 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;