caddy: move root

This commit is contained in:
Simon Gardling 2025-09-02 17:55:28 -04:00
parent d3faf45c6a
commit a9002155bd
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -89,7 +89,7 @@
https = {
certs = services_dir + "/http_certs";
# TODO! generate website from repo directly using hugo
data_dir = services_dir + "/http";
data_dir = services_dir + "/http/www";
domain = "gardling.com";
wg_ip = "192.168.15.1";
matrix_hostname = "matrix.${service_configs.https.domain}";