0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-22 18:38:57 +02:00

Update Nginx (NixOS) config to v1.29.0+

Sam Doshi 2023-12-04 09:28:16 +00:00
parent 37dae50b36
commit 1862e98897

@ -447,7 +447,7 @@ nginx__servers:
</details>
<details>
<summary>Nginx (NixOS)(by tklitschi)</summary><br/>
<summary>Nginx (NixOS) - v1.29.0+ (by tklitschi, samdoshi)</summary><br/>
Example NixOS nginx config. For more Information about NixOS Deployment see [Deployment Wiki page](https://github.com/dani-garcia/vaultwarden/wiki/Deployment-examples).
@ -477,9 +477,6 @@ Example NixOS nginx config. For more Information about NixOS Deployment see [Dep
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:8080";
};
locations."/notifications/hub" = {
proxyPass = "http://localhost:8080";
proxyWebsockets = true;
};
};