finally the nginx segging to upload big files

This commit is contained in:
Danilo Reyes 2023-12-24 20:48:25 -06:00
parent e8b070b824
commit 82c7c7d6f2

View File

@ -25,6 +25,7 @@ let
in {
services.nginx = {
enable = true;
clientMaxBodySize = "4096m";
# recommendedTlsSettings = true;
# recommendedGzipSettings = true;
# recommendedOptimisation = true;