allow large image uploads
parent
60554d1be7
commit
5f882defe0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue