aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/meta/conf_make_meta_structs.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2018-09-28 17:15:44 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-04-10 15:14:15 -0400
commit3ee2ed36bd81f7f097aebf946983a732d6d27665 (patch)
treeb205c2d744b587034556c8ad681adf62c38315bf /src/doc_reform/meta/conf_make_meta_structs.d
parentmess further with parallelism flags (diff)
config webserv_url_doc_root, domain & path
Diffstat (limited to 'src/doc_reform/meta/conf_make_meta_structs.d')
-rw-r--r--src/doc_reform/meta/conf_make_meta_structs.d5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc_reform/meta/conf_make_meta_structs.d b/src/doc_reform/meta/conf_make_meta_structs.d
index a05acf7..7158f86 100644
--- a/src/doc_reform/meta/conf_make_meta_structs.d
+++ b/src/doc_reform/meta/conf_make_meta_structs.d
@@ -141,8 +141,9 @@ struct ConfCompositeMakeInit {
string texpdf_font;
}
struct ConfCompositeSiteLocal {
- string webserv_url_root;
- string webserv_path;
+ string webserv_url_doc_root;
+ string webserv_url_domain;
+ string webserv_url_doc_path;
string webserv_images;
string webserv_cgi;
string webserv_cgi_host;