Skip to content

Latest commit

 

History

History

five-zero-three

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Five Zero Three

NGINX Docker image which always responds with 503 Service (Temporarily) Unavailable error.

The intended use is during planned maintenance of other services, whose traffic would be routed to this service.

JSON clients, determined by Accept header or .json URL paths, will receive a JSON response; all other clients will receive an HTML response.

Build

docker build -t europeana/five-zero-three .

Run

docker run -p 8080:80 -it --name europeana-five-three-zero europeana/five-zero-three