aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-09-20 20:02:10 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-10-22 21:28:50 -0400
commit85a2a2922673bfe44461e26b68cb1da0de5bb8c7 (patch)
tree974d815fecc851c9212bc0056c9df39a5a36c977 /views
parentorg latex organize (diff)
nix related config, direnv else minor
Diffstat (limited to 'views')
-rw-r--r--views/configuration.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/configuration.txt b/views/configuration.txt
index f7e2f5f..2a98b07 100644
--- a/views/configuration.txt
+++ b/views/configuration.txt
@@ -5,12 +5,12 @@ struct Cfg {
string www_doc_root = "/srv/www/spine/static";
string www_host_doc_root = "localhost";
string cgi_bin_root = "/var/www/cgi/cgi-bin";
- string cgi_bin_subpath = "/cgi-bin";
+ string cgi_bin_subpath = "";
string cgi_filename = "spine_search";
- string cgi_url_root = "http://localhost/cgi-bin";
+ string cgi_url_root = "http://localhost/";
string cgi_port = "";
string cgi_user = "";
- string cgi_url_action = "http://localhost/cgi-bin/spine_search";
+ string cgi_url_action = "http://localhost/spine_search";
string cgi_search_form_title = "≅ SiSU Spine search";
string db_sqlite_path = "/var/www/sqlite";
string db_sqlite_filename = "spine.search.db";