Increase nginx max_body_size to 10Mo - Closes #239

This commit is contained in:
Bubka 2023-12-01 19:32:51 +01:00
parent a8eea1037a
commit 93527696ab
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ events {}
http {
include mime.types;
client_body_temp_path /tmp 1 2;
client_max_body_size 10m;
access_log /dev/stdout;
error_log /dev/stderr;