catarina: increase nginx client max body size
This commit is contained in:
parent
62456d12f1
commit
8db66821e4
@ -117,6 +117,8 @@ rec {
|
|||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
|
|
||||||
|
clientMaxBodySize = "5G";
|
||||||
|
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"elnafo.ru" = {
|
"elnafo.ru" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user