diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-18 16:48:24 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-18 16:48:24 +0000 |
commit | 4e42cb141b28105526d861bb64825e369b1a93d1 (patch) | |
tree | 9ebb37fd20450cffddc565cbf14fc24b74c5573c /cgi.h.example | |
parent | 76ef8f9092fcac04c1d3c405b5719fdb79bc5987 (diff) | |
download | mandoc-4e42cb141b28105526d861bb64825e369b1a93d1.tar.gz |
Simplify: write HTTP 303 redirects with relative locations.
Suggested by bentley@.
Delete the HTTP_HOST configuration variable that is now obsolete.
Diffstat (limited to 'cgi.h.example')
-rw-r--r-- | cgi.h.example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cgi.h.example b/cgi.h.example index 7e5f3917..2ccbe25b 100644 --- a/cgi.h.example +++ b/cgi.h.example @@ -1,6 +1,5 @@ /* Example compile-time configuration file for man.cgi(8). */ -#define HTTP_HOST "mdocml.bsd.lv" #define SCRIPT_NAME "cgi-bin/man.cgi" #define MAN_DIR "/man" #define CSS_DIR "" |