Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
/ backstop Public archive

A web application that receives all requests and displays an error message.

Notifications You must be signed in to change notification settings

paullockaby/backstop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backstop

A system that will return the same document regardless of what page is requested.

Running

To run this container image, simply run this command, or some variation on it:

docker run --rm -d -p 8080:80/tcp \
  -e HTTPD_PROXY_PROTOCOL=On \
  -e HTTPD_SERVER_NAME=localhost:8080 \
  -e [email protected] \
  ghcr.io/paullockaby/backstop:v1.1.0