1
0
Fork 0

Change nginx upload limit

This commit is contained in:
Malte Brandy 2020-05-17 19:39:45 +02:00
parent 8d570abdb7
commit 4568def6d5
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -73,6 +73,7 @@ in {
recommendedOptimisation = true;
recommendedGzipSettings = true;
recommendedTlsSettings = true;
clientMaxBodySize = "500m";
};
};
}