]> git.cameronkatri.com Git - mandoc.git/blobdiff - cgi.h.example
various nits found with mandoc -Tlint
[mandoc.git] / cgi.h.example
index c4878d34a194d697920b7c58c4079e8ff557ca9e..2ccbe25b2d87eee8488c4cd1caae1100467c1417 100644 (file)
@@ -1,7 +1,7 @@
 /* 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