1OSTREE TRIVIAL-HTTP(1) ostree trivial-httpd OSTREE TRIVIAL-HTTP(1)
2
3
4
6 ostree-trivial-httpd - Simple webserver
7
9 ostree trivial-httpd [OPTIONS...] [DIR]
10
12 This runs a simple webserver and keeps it running until killed. If DIR
13 is not specified, it defaults to the current directory.
14
16 --daemonize,-d
17 Fork into background when ready.
18
19 --autoexit
20 Automatically exit when directory is deleted.
21
22 --port-file,-p="PATH"
23 Write port number to PATH (- for standard output).
24
25 --port,-P
26 Use the specified TCP port to listen on.
27
28 --force-range-requests
29 Force range requests by only serving half of files.
30
32 $ ostree trivial-httpd
33
34
35
36OSTree OSTREE TRIVIAL-HTTP(1)