Sha256: 8009617f0c2591b0f8a8bb1e5b054858ecf4a11b9112301208da2d5fc5451fa3

Contents?: true

Size: 883 Bytes

Versions: 2

Compression:

Stored size: 883 Bytes

Contents

# ronin-web-server 1 "2022-01-01" Ronin Web "User Manuals"

## NAME

ronin-web-server - Starts a web server

## SYNOPSIS

`ronin-web-server` [*options*]

## DESCRIPTION

Starts a web server.

## OPTIONS

`-H`, `--host` *HOST*
: Host name or IP to bind to. Defaults to `localhost`.

`-p`, `--port` *PORT*
: Port number to listen on. Defaults to `8000`.

`-A`, `--basic-auth` *USER*:*PASSWORD*
: Sets up Basic-Authentication with the given *USER* and *PASSWORD*.

`-d`, `--dir` /*PATH*:*DIR*
: Mounts a directory to the given *PATH*.

`-f`, `--file` /*PATH*:*FILE*
: Mounts a file to the given *PATH*.

`-r`, `--root` *DIR*
: Root directory to serve.

`-R`, `--redirect` /*PATH*:*URL*
: Registers a `302 Found` redirect at the given *PATH*

`-h`, `--help`
: Print help information

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

[ronin-web-proxy](ronin-web-proxy.1.md)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ronin-web-2.0.0 man/ronin-web-server.1.md
ronin-web-2.0.0.rc1 man/ronin-web-server.1.md