From 7e6621a5eeb0d03c16abca0c38cf42602dbf3881 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 22 Sep 2023 17:54:58 +0000 Subject: Document HTTP/1.0 docroot, credit humm Signed-off-by: Laurent Bercot --- doc/tipideed.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/tipideed.html') diff --git a/doc/tipideed.html b/doc/tipideed.html index 955948f..d315086 100644 --- a/doc/tipideed.html +++ b/doc/tipideed.html @@ -313,6 +313,12 @@ current working directory will be rejected. If an attacker symlinks your /etc/passwd file, tipideed will keep it safe.

+

+ HTTP/1.0 does not have the concepts of virtual hosts. For HTTP/1.0 +requests that do not provide a full URL, tipideed will use a default +host name of @ (at), so documents will likely be looked for +under @:80 or @:443. +

Detailed operation

-- cgit v1.3.1