mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
A web forward feature that performs 301 redirects for some requests (in addition normal web content serving) The "Host:" request header (HTTP/1.1 only) is compared with a list of hosts, defined by the "--forward host url" option. If a match is found, the request is redirected to url+path. Otherwise, it is served as a request to the local file system.
1.5 KiB
1.5 KiB