Proxy websockets for phantomthieves.net

main
Ashelyn Dawn 5 months ago
parent 7738155541
commit 9be42e931a
No known key found for this signature in database
GPG Key ID: D1980B8C6F349BC1

@ -1,6 +1,9 @@
{ config, pkgs, ...}: {
services.nginx.virtualHosts."phantomthieves.net" = {
locations."/" = { proxyPass = "http://necronomicon.tempest.local:4000"; };
locations."/" = {
proxyPass = "http://necronomicon.tempest.local:4000";
proxyWebsockets = true;
};
forceSSL = true;
enableACME = true;
};

Loading…
Cancel
Save