Deploy bin-cache

This commit is contained in:
Luj 2023-05-14 13:53:34 +02:00
parent 6758290677
commit 040a9e7a6e
Signed by: luj
GPG key ID: 6FC74C847011FD83
2 changed files with 11 additions and 12 deletions

View file

@ -32,18 +32,7 @@
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:3001";
proxyWebsockets = true;
};
};
security.acme.certs."uptime.luj".server = "https://ca.luj:8444/acme/acme/directory";
services.nginx.virtualHosts."uptime.luj" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:3001";
proxyPass = "http://localhost:8080";
proxyWebsockets = true;
};
};