Differences From
Artifact [5b3db65898]:
4 4 filed \- serve files over HTTP
5 5 .SH SYNOPSIS
6 6 .ll +10
7 7 .B filed
8 8 .RB [{ \-h | \-\-help }]
9 9 .RB [{ \-d | \-\-daemon }]
10 10 .RB [{ \-v | \-\-version }]
11 +.RB [{ \-V | \-\-vhost }]
11 12 .RB [{ \-b | \-\-bind }
12 13 .IR address ]
13 14 .RB [{ \-p | \-\-port }
14 15 .IR port ]
15 16 .RB [{ \-t | \-\-threads }
16 17 .IR count ]
17 18 .RB [{ \-c | \-\-cache }
................................................................................
42 43
43 44 .TP
44 45 .B -v (or --version)
45 46 Instructs
46 47 .B filed
47 48 to print out its version number and then exit.
48 49
50 +.TP
51 +.B -V (or --vhost)
52 +instructs filed to prepend all requests with their HTTP
53 +Host header.
54 +
49 55 .TP
50 56 .B -b (or --bind)
51 57 Specifies the address to listen for incoming HTTP
52 58 requests on.
53 59
54 60 .TP
55 61 .B -p (or --port)