diff options
Diffstat (limited to 'src/doc_reform/io_in')
| -rw-r--r-- | src/doc_reform/io_in/read_config_files.d | 34 | 
1 files changed, 17 insertions, 17 deletions
| diff --git a/src/doc_reform/io_in/read_config_files.d b/src/doc_reform/io_in/read_config_files.d index 0d50be3..c112d1e 100644 --- a/src/doc_reform/io_in/read_config_files.d +++ b/src/doc_reform/io_in/read_config_files.d @@ -102,23 +102,23 @@ webserv:    db_pg_table:           ""    db_pg_user:            ""  ┃", -  _cfg.www_doc_root,          // doc root -  _cfg.www_http,              // http -  _cfg.www_host,              // host / domain -  _cfg.www_http,              // data "http" or "https" -  _cfg.www_host,              // data domain "localhost" -  _cfg.www_url_doc_root,      // data root url "http://locahost" "https://sisudoc.org" -  _cfg.www_doc_root,          // data root path -  _cfg.cgi_search_form_title, // cgi title // e.g. "≅ SiSU Spine search" -  _cfg.www_http,              // cgi http -  _cfg.www_host,              // cgi host -  _cfg.cgi_url_root,          // cgi bin url -  _cfg.cgi_bin_subpath,       // cgi bin path -  _cfg.cgi_bin_root,          // cgi bin path -  _cfg.cgi_filename,          // cgi filename -  _cfg.cgi_url_action,        // cgi action -  _cfg.db_sqlite_path,        // sqlite db path -  _cfg.db_sqlite_filename,    // sqlite db filename +  _cfg.processing_path_doc_root, // doc root +  _cfg.http_request_type,        // http +  _cfg.http_host,                // host / domain +  _cfg.http_request_type,        // data "http" or "https" +  _cfg.http_host,                // data domain "localhost" +  _cfg.www_url_doc_root,         // data root url "http://locahost" "https://sisudoc.org" +  _cfg.processing_path_doc_root, // data root path +  _cfg.cgi_search_form_title,    // cgi title // e.g. "≅ SiSU Spine search" +  _cfg.http_request_type,        // cgi http +  _cfg.http_host,                // cgi host +  _cfg.cgi_url_root,             // cgi bin url +  _cfg.cgi_bin_subpath,          // cgi bin path +  _cfg.cgi_bin_root,             // cgi bin path +  _cfg.cgi_filename,             // cgi filename +  _cfg.cgi_url_action,           // cgi action +  _cfg.db_sqlite_path,           // sqlite db path +  _cfg.db_sqlite_filename,       // sqlite db filename  );      foreach(conf_fn; [_conf_file_details.config_filename_site]) {        foreach(pth; _conf_file_details.possible_config_path_locations.config_local_site) { | 
