diff options
Diffstat (limited to 'cgi.h.example')
-rw-r--r-- | cgi.h.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cgi.h.example b/cgi.h.example index 4f7273b1..f4c78318 100644 --- a/cgi.h.example +++ b/cgi.h.example @@ -1,8 +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 "<H2>\nManual pages with " \ "<A HREF=\"http://mdocml.bsd.lv/\">mandoc</A>\n</H2>" -#define COMPAT_OLDURI Yes +#define COMPAT_OLDURI Yes |