Add phantomthieves forwarding for taba

main
Ashelyn Rose 1 year ago
parent 1b6b191172
commit 2e9761af0a

@ -71,6 +71,12 @@
forceSSL = true;
enableACME = true;
};
services.nginx.virtualHosts."phantomthieves.net" = {
locations."/" = { proxyPass = "http://necronomicon.tempest.local:4000"; };
forceSSL = true;
enableACME = true;
};
})
];
};

Loading…
Cancel
Save