diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-01-27 12:57:13 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-01-27 18:53:06 -0500 |
commit | 1e04f9f2ecb5a326ded1422cd03ee1f37198e571 (patch) | |
tree | 02e7fb7f9e61e480365a9b08896ffd9e8019662f /views | |
parent | doc presentation, add option to include date with title and author (diff) |
cgi sqlite_search, heading matches fix, cleanup
Diffstat (limited to 'views')
-rw-r--r-- | views/configuration.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/configuration.txt b/views/configuration.txt index 2a98b07..8d35668 100644 --- a/views/configuration.txt +++ b/views/configuration.txt @@ -2,7 +2,7 @@ struct Cfg { string www_http = "http"; string www_host = "localhost"; string www_url_doc_root = "http://localhost"; - string www_doc_root = "/srv/www/spine/static"; + string www_doc_root = "/srv/www/spine"; string www_host_doc_root = "localhost"; string cgi_bin_root = "/var/www/cgi/cgi-bin"; string cgi_bin_subpath = ""; |