chore: add domain to gokapi

This commit is contained in:
Ahwx 2026-06-10 20:53:20 +02:00
parent bb822ff37a
commit 3c8af1d119

View file

@ -14,5 +14,13 @@
proxyPass = "http://localhost:53842";
};
};
nginx.virtualHosts."share.ahwx.org" = {
forceSSL = true;
sslCertificate = "/var/lib/acme/ahwx.org/cert.pem";
sslCertificateKey = "/var/lib/acme/ahwx.org/key.pem";
locations."/" = {
proxyPass = "http://localhost:53842";
};
};
};
}