feat: caddy test

This commit is contained in:
Nick 2024-12-19 22:37:17 -06:00
parent 8b359bfb9f
commit 639a0a24e5
3 changed files with 9 additions and 22 deletions

View file

@ -17,6 +17,9 @@ in {
path1 = "";
path2 = "";
};
ports = {
port0 = 1234;
};
ssl = {
cert = "${sslPath}/${domain3}/fullchain.pem";
key = "${sslPath}/${domain3}/key.pem";