command
module
Version:
v0.0.0-...-ab7ffaf
Opens a new window with list of versions in this module.
Published: May 11, 2019
License: ISC
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Static Server
A simple https server for debugging local websites.
Features
- Redirects HTTP to HTTPS
- Creates it's own self signed certificate
Examples
Serve the contents of the current folder on port 8443 (redirecting http from 8080)
static-server :8080 :8443 .
Give world readable access to your passwords (DON'T DO THIS!)
sudo static-server :80 :443 /etc
Licence
This project is Copyright (c) 2019 Osric Wilkinson ([email protected]) and
licenced under the ISC licence
Documentation
¶
A simple static server for testing small websites
Source Files
¶
Click to show internal directories.
Click to hide internal directories.