radiobert: fix openwebrx websockets in nginx

This commit is contained in:
Astro 2021-09-26 01:47:36 +02:00
parent fa5b566289
commit 966db02933
1 changed files with 4 additions and 1 deletions

View File

@ -142,7 +142,10 @@
default = true;
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://localhost:8073";
locations."/" = {
proxyPass = "http://localhost:8073";
proxyWebsockets = true;
};
};
};
security.acme = {