This is a tiny HTTP server that responds to all requests with the same response.
Following example serves a "Not Found" page.
fixed-response -content 404.html -type text/html
Use -h
option to list all options.
This is a tiny HTTP server that responds to all requests with the same response.
Following example serves a "Not Found" page.
fixed-response -content 404.html -type text/html
Use -h
option to list all options.