table of contents
other versions
- buster-backports 2020.8-2~bpo10+1
- testing 2020.8-2
- unstable 2020.8-2
- experimental 2021.3-1
OSTREE TRIVIAL-HTTP(1) | ostree trivial-httpd | OSTREE TRIVIAL-HTTP(1) |
NAME¶
ostree-trivial-httpd - Simple webserverSYNOPSIS¶
ostree trivial-httpd [OPTIONS...] [DIR]
DESCRIPTION¶
This runs a simple webserver and keeps it running until killed. If DIR is not specified, it defaults to the current directory.OPTIONS¶
--daemonize,-dFork into background when ready.
--autoexit
Automatically exit when directory is deleted.
--port-file,-p="PATH"
Write port number to PATH (- for standard output).
--port,-P
Use the specified TCP port to listen on.
--force-range-requests
Force range requests by only serving half of files.
EXAMPLE¶
$ ostree trivial-httpdOSTree |