client max body size setting
This commit is contained in:
parent
52b440b5b3
commit
adf514c054
2 changed files with 2 additions and 6 deletions
|
|
@ -9,9 +9,7 @@ let
|
|||
in
|
||||
{
|
||||
services.nginx = {
|
||||
appendHttpConfig = ''
|
||||
client_max_body_size 500M;
|
||||
'';
|
||||
clientMaxBodySize = "500m";
|
||||
virtualHosts = {
|
||||
"10.12.14.10" = {
|
||||
locations = {
|
||||
|
|
|
|||
|
|
@ -30,9 +30,7 @@
|
|||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
appendHttpConfig = ''
|
||||
client_max_body_size 500M;
|
||||
'';
|
||||
clientMaxBodySize = "500m";
|
||||
virtualHosts =
|
||||
let
|
||||
tailnetConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue