=================================================================== RCS file: /cvs/mandoc/cgi.h.example,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- mandoc/cgi.h.example 2014/07/12 18:32:47 1.1 +++ mandoc/cgi.h.example 2014/07/21 15:45:17 1.3 @@ -1,7 +1,9 @@ /* Example compile-time configuration file for man.cgi(8). */ +#define HTTP_HOST "mdocml.bsd.lv" #define MAN_DIR "/var/www/man" #define CSS_DIR "" #define CUSTOMIZE_TITLE "Manual pages with mandoc" #define CUSTOMIZE_BEGIN "

\nManual pages with " \ "mandoc\n

" +#define COMPAT_OLDURI Yes