allow large image uploads

Cette révision appartient à :
Daniel Poelzleithner 2019-04-16 12:32:26 +02:00
Parent 60554d1be7
révision 5f882defe0
1 fichiers modifiés avec 4 ajouts et 0 suppressions

Voir le fichier

@ -90,6 +90,10 @@
locations."/" = {
proxyPass = "http://localhost:5000";
};
extraConfig = ''
client_max_body_size 2048M;
gzip off;
'';
};
# This value determines the NixOS release with which your system is to be