]> git.cameronkatri.com Git - mandoc.git/blobdiff - cgi.h.example
Simplify: write HTTP 303 redirects with relative locations.
[mandoc.git] / cgi.h.example
index f4c783186751dd9bce0111310b06d1dc2c5d254c..2ccbe25b2d87eee8488c4cd1caae1100467c1417 100644 (file)
@@ -1,9 +1,7 @@
 /* Example compile-time configuration file for man.cgi(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        CSS_DIR ""
 #define        CUSTOMIZE_TITLE "Manual pages with mandoc"
-#define        CUSTOMIZE_BEGIN "<H2>\nManual pages with " \
-       "<A HREF=\"http://mdocml.bsd.lv/\">mandoc</A>\n</H2>"
 #define        COMPAT_OLDURI Yes
 #define        COMPAT_OLDURI Yes