We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df81e8a commit 47e8c86Copy full SHA for 47e8c86
root/defaults/ondemand.conf
@@ -3,7 +3,7 @@ error_page 502 = @waking_up;
3
location @waking_up {
4
add_header Retry-After 1 always;
5
default_type text/html;
6
- return 502 '<!DOCTYPE html>
+ return 200 '<!DOCTYPE html>
7
<html>
8
<head>
9
<title>Waking Up...</title>
0 commit comments