feat: caddy test

This commit is contained in:
Nick 2024-12-19 23:35:16 -06:00
parent 80b1dc198a
commit eace98bd06
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ in {
port4 = 52800;
};
ssl = {
cert = "${sslPath}/video.${domain3}/fullchain.pem";
key = "${sslPath}/video.${domain3}/key.pem";
cert = "${sslPath}/${peertubeSubdomain}.${domain3}/fullchain.pem";
key = "${sslPath}/${peertubeSubdomain}.${domain3}/key.pem";
};
}