Skip to content

Commit 9b7bf8f

Browse files
committed
Adjust loading page style
1 parent 8474b0e commit 9b7bf8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

root/defaults/ondemand.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
proxy_intercept_errors on;
22
error_page 502 = @waking_up;
33
location @waking_up {
4-
add_header Retry-After 5 always;
4+
add_header Retry-After 1 always;
55
default_type text/html;
66
return 502 '<!DOCTYPE html>
77
<html>
88
<head>
99
<title>Waking Up...</title>
10-
<meta http-equiv="refresh" content="5">
11-
<style>body{font-family:sans-serif;text-align:center;padding-top:50px;background-color:#303030;color:#ffffff;}</style>
10+
<meta http-equiv="refresh" content="1">
11+
<style>body{font-family:sans-serif;text-align:center;padding-top:50px;background-color:#1d2022;color:#ffffff;}</style>
1212
</head>
1313
<body>
1414
<h1>Application is sleeping</h1>

0 commit comments

Comments
 (0)