logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ostree-trivial-httpd - Simple webserver

Description

       This runs a simple webserver and keeps it running until killed. If DIR is not specified, it defaults to
       the current directory.

Example

$ostreetrivial-httpd

OSTree                                                                                    OSTREETRIVIAL-HTTP(1)

Name

       ostree-trivial-httpd - Simple webserver

Options

--daemonize,-d
           Fork 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.

Synopsis

ostreetrivial-httpd [OPTIONS...] [DIR]

See Also