[fugitive] Set up wildcard cert

This commit is contained in:
ctsk
2023-09-30 13:22:53 +02:00
parent 76b1e118ce
commit 6428877bd0
5 changed files with 29 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ in {
services.nginx.virtualHosts."${domain}" = {
forceSSL = true;
enableACME = true;
useACMEHost = "enclave.ctsk.dev";
locations."/".proxyPass = "http://127.0.0.1:${toString port}";
locations."/".proxyWebsockets = true;
};