aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.h.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-18 16:48:24 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-18 16:48:24 +0000
commitc0fb3f2307fc80d2d85cc1ab16c3fd262bba49a6 (patch)
treec5d9044c59b82074343f5a7ccf7d0d2b591cf66c /cgi.h.example
parentf11372be0b649dd13ffa86c4c610c0ffb903849b (diff)
downloadmandoc-c0fb3f2307fc80d2d85cc1ab16c3fd262bba49a6.tar.gz
mandoc-c0fb3f2307fc80d2d85cc1ab16c3fd262bba49a6.tar.zst
mandoc-c0fb3f2307fc80d2d85cc1ab16c3fd262bba49a6.zip
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.example1
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 ""