fix: up the size limit for the cache
This commit is contained in:
parent
5bf1ddbebe
commit
63874105a8
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ in {
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
group = "acme";
|
group = "acme";
|
||||||
clientMaxBodySize = "100m";
|
clientMaxBodySize = "500m";
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"${name}.skynet.ie" = {
|
"${name}.skynet.ie" = {
|
||||||
|
|
Loading…
Reference in a new issue