diff options
author | lassulus <lassulus@lassul.us> | 2023-01-08 09:51:45 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2023-01-08 09:57:25 +0100 |
commit | c199c376fcbe6049b2d4c3fa9530b31d4e655bb0 (patch) | |
tree | 6a69dc42335978d348b092970dee581cb69a9606 /lass/1systems/yellow | |
parent | 4228b378c46db684ce0a33253bb51a5869a2ed23 (diff) |
l sona.r, rada.r: proxy websockets
Diffstat (limited to 'lass/1systems/yellow')
-rw-r--r-- | lass/1systems/yellow/config.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lass/1systems/yellow/config.nix b/lass/1systems/yellow/config.nix index a89b7dd76..923654d9e 100644 --- a/lass/1systems/yellow/config.nix +++ b/lass/1systems/yellow/config.nix @@ -144,11 +144,13 @@ in { }; virtualHosts."rada.r" = { locations."/" = { + proxyWebsockets = true; proxyPass = "http://localhost:7878"; }; }; virtualHosts."sona.r" = { locations."/" = { + proxyWebsockets = true; proxyPass = "http://localhost:8989"; }; }; |