aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.h.example
diff options
context:
space:
mode:
Diffstat (limited to 'cgi.h.example')
-rw-r--r--cgi.h.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/cgi.h.example b/cgi.h.example
index c4878d34..7e5f3917 100644
--- a/cgi.h.example
+++ b/cgi.h.example
@@ -1,7 +1,8 @@
/* Example compile-time configuration file for man.cgi(8). */
#define HTTP_HOST "mdocml.bsd.lv"
-#define MAN_DIR "/var/www/man"
+#define SCRIPT_NAME "cgi-bin/man.cgi"
+#define MAN_DIR "/man"
#define CSS_DIR ""
#define CUSTOMIZE_TITLE "Manual pages with mandoc"
#define COMPAT_OLDURI Yes