mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-12 15:48:57 -05:00
max body size increase
This commit is contained in:
parent
078516d787
commit
8e7f8f96cf
2 changed files with 7 additions and 1 deletions
|
|
@ -40,6 +40,9 @@ in {
|
|||
forceSSL = true;
|
||||
useACMEHost = "swgalaxyproject.com";
|
||||
locations."/" = {
|
||||
extraConfig = ''
|
||||
client_max_body_size 200M;
|
||||
'';
|
||||
proxyPass = "http://localhost:8080";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
|
|
@ -48,6 +51,9 @@ in {
|
|||
forceSSL = true;
|
||||
useACMEHost = "nnsbluegrass.com";
|
||||
locations."/" = {
|
||||
extraConfig = ''
|
||||
client_max_body_size 200M;
|
||||
'';
|
||||
proxyPass = "http://localhost:9821";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue