Rename nginx/server to nginx_server

This commit is contained in:
Timo Makinen 2023-10-13 16:17:07 +00:00
parent 39fad6ed05
commit 15c612cb3b
14 changed files with 38 additions and 38 deletions

View file

@ -0,0 +1,6 @@
# disable any limits to avoid HTTP 413 for large image uploads
client_max_body_size 0;
# required to avoid HTTP 411: see Issue #1486 (https://github.com/moby/moby/issues/1486)
chunked_transfer_encoding on;