Increase nginx client_max_body_size to 100G
This commit is contained in:
parent
f3557fbc8e
commit
33e757fedb
2 changed files with 7 additions and 1 deletions
|
|
@ -261,6 +261,9 @@ in
|
|||
locations."/" = {
|
||||
proxyWebsockets = true;
|
||||
proxyPass = "http://100.64.0.13";
|
||||
extraConfig = ''
|
||||
client_max_body_size 50G;
|
||||
'';
|
||||
};
|
||||
};
|
||||
"photos.joshuabell.xyz" = {
|
||||
|
|
@ -269,6 +272,9 @@ in
|
|||
locations."/" = {
|
||||
proxyWebsockets = true;
|
||||
proxyPass = "http://100.64.0.13";
|
||||
extraConfig = ''
|
||||
client_max_body_size 100G;
|
||||
'';
|
||||
};
|
||||
};
|
||||
"llm.joshuabell.xyz" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue