Added doc_root parameter

This commit is contained in:
Tobias Herre 2023-10-08 00:35:18 +02:00
parent ff7343babe
commit c7d6bc710a
1 changed files with 3 additions and 1 deletions

View File

@ -256,7 +256,8 @@ vars:
{
"aliases":[],
"ssl_cert":"certbot",
"email":"$(apache.admin_email)"
"email":"$(apache.admin_email)",
"doc_root":"$(apache.www_dir)/$(site_param[domain])"
}
';
@ -329,6 +330,7 @@ reports:
# "NOT USE_SSL";
# "RAW: $(site[raw])";
# "APACHE DOCROOT $(site[doc_root])";
}