how did that get there

This commit is contained in:
Sakooooo 2025-01-05 14:06:54 +04:00
parent 2bcbda0dd0
commit 90d95caf1b
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -25,7 +25,7 @@ in {
forceSSL = true; forceSSL = true;
sslCertificate = "/srv/secrets/certs/sako.box.pem"; sslCertificate = "/srv/secrets/certs/sako.box.pem";
sslCertificateKey = "/srv/secrets/certs/sako.box-key.pem"; sslCertificateKey = "/srv/secrets/certs/sako.box-key.pem";
locations."/" = { proxyPass = "http://localhost:8284";- }; locations."/" = { proxyPass = "http://localhost:8284"; };
}; };
}; };