forked from mirrors_public/oddlama_nix-config
fix: allow webauthn iframe on vaultwarden
This commit is contained in:
parent
af91ba38a5
commit
76ec1d9c51
1 changed files with 5 additions and 1 deletions
|
@ -41,7 +41,11 @@ in {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
client_max_body_size 256M;
|
client_max_body_size 256M;
|
||||||
'';
|
'';
|
||||||
locations."/".proxyPass = "http://vaultwarden";
|
locations."/" = {
|
||||||
|
proxyPass = "http://vaultwarden";
|
||||||
|
proxyWebsockets = true;
|
||||||
|
X-Frame-Options = "SAMEORIGIN";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue