=================================================================== RCS file: /cvs/mandoc/cgi.h.example,v retrieving revision 1.2 retrieving revision 1.5 diff -u -p -r1.2 -r1.5 --- mandoc/cgi.h.example 2014/07/13 15:38:36 1.2 +++ mandoc/cgi.h.example 2016/03/18 13:22:27 1.5 @@ -1,8 +1,8 @@ /* Example compile-time configuration file for man.cgi(8). */ -#define MAN_DIR "/var/www/man" +#define HTTP_HOST "mdocml.bsd.lv" +#define SCRIPT_NAME "cgi-bin/man.cgi" +#define MAN_DIR "/man" #define CSS_DIR "" #define CUSTOMIZE_TITLE "Manual pages with mandoc" -#define CUSTOMIZE_BEGIN "

\nManual pages with " \ - "mandoc\n

" -#define COMPAT_OLDURI Yes +#define COMPAT_OLDURI Yes