diff options
| author | Mel <einebeere@gmail.com> | 2023-10-16 11:58:12 +0000 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-10-16 11:58:12 +0000 |
| commit | ef5de4798a22801a1e67d63d9078c039ab13f94c (patch) | |
| tree | 5f37124b2a296ed265d26597fc0b42e492290abe /machines/lapin.nix | |
| parent | 829baafb8acaa47270a33f50c4109fef70c6d520 (diff) | |
| download | rnrd-ef5de4798a22801a1e67d63d9078c039ab13f94c.tar.zst rnrd-ef5de4798a22801a1e67d63d9078c039ab13f94c.zip | |
Use recommended Nginx settings
Diffstat (limited to 'machines/lapin.nix')
| -rw-r--r-- | machines/lapin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/lapin.nix b/machines/lapin.nix index 6de21d6..7e4ef8b 100644 --- a/machines/lapin.nix +++ b/machines/lapin.nix @@ -44,7 +44,7 @@ enableACME = true; locations."/" = { - recommendedProxySettings = true; + proxyWebsockets = true; proxyPass = "http://127.0.0.1:1111"; }; }; |
