catarina: increase nginx client max body size

This commit is contained in:
L-Nafaryus 2024-03-11 13:11:48 +05:00
parent 62456d12f1
commit 8db66821e4
Signed by: L-Nafaryus
GPG Key ID: 582F8B0866B294A1

View File

@ -117,6 +117,8 @@ rec {
recommendedGzipSettings = true;
recommendedTlsSettings = true;
clientMaxBodySize = "5G";
virtualHosts = {
"elnafo.ru" = {
forceSSL = true;