mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
Fix cloudflare not showing the loading page
This commit is contained in:
parent
df81e8ad51
commit
47e8c869e7
@ -3,7 +3,7 @@ error_page 502 = @waking_up;
|
||||
location @waking_up {
|
||||
add_header Retry-After 1 always;
|
||||
default_type text/html;
|
||||
return 502 '<!DOCTYPE html>
|
||||
return 200 '<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Waking Up...</title>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user