Commit 1bce3f54 authored by Owain Jones's avatar Owain Jones
Browse files

add 504.html error page (for when we get gateway timeouts)

parent 8be30f67
......@@ -47,6 +47,7 @@ server {
error_page 413 /413.html;
error_page 502 /502.html;
error_page 504 /504.html;
error_page 503 @maintenance;
location @maintenance {
rewrite ^(.*)$ /maintenance.html break;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment