aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/configuration.txt
diff options
context:
space:
mode:
Diffstat (limited to 'views/configuration.txt')
-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";