diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-24 19:51:00 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-27 17:12:25 -0400 | 
| commit | 3434b91d73562686f35796ccfa7553df7b4307b5 (patch) | |
| tree | 7748aff77df01520de7af70f87c47528cd5ed6c1 /views | |
| parent | ocda, fontface internal markup, cleanup & fixes (diff) | |
html, bespoke homepage, symlink toc.html index.html
- html, bespoke homepage option
- html, symlinks toc.html index.html
Diffstat (limited to 'views')
| -rw-r--r-- | views/configuration.txt | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/views/configuration.txt b/views/configuration.txt index 5f49a1a..7728c94 100644 --- a/views/configuration.txt +++ b/views/configuration.txt @@ -4,6 +4,9 @@ struct Cfg {    string www_url_doc_root         = "http://localhost";    string www_url_doc_subroot      = "/spine";    string processing_path_doc_root = "/srv/www/spine"; +  // string processing_path_doc_root = "/srv/www/spine"; +  // string processing_path_doc_root = "/srv/www"; +  // string processing_path_doc_subroot = "/spine";    string cgi_bin_root             = "/var/www/cgi/cgi-bin";    string cgi_bin_subpath          = "/cgi-bin";    string cgi_filename             = "spine_search"; | 
