fix bitwarden again
This commit is contained in:
parent
3fdec0d307
commit
0d36555a4e
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
extraConfig = ''
|
||||||
|
client_max_body_size 500M;
|
||||||
|
'';
|
||||||
proxyPass = "http://localhost:${
|
proxyPass = "http://localhost:${
|
||||||
toString config.services.vaultwarden.config.rocketPort
|
toString config.services.vaultwarden.config.rocketPort
|
||||||
}";
|
}";
|
||||||
|
|
Loading…
Reference in a new issue