Skip to content

Commit 8f0cbfc

Browse files
authored
Merge pull request #1083 from linuxserver/swag-ondemand-fix-cloudflare
Fix loading page not showing when CF proxy is enabled
2 parents df81e8a + 47e8c86 commit 8f0cbfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/defaults/ondemand.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ error_page 502 = @waking_up;
33
location @waking_up {
44
add_header Retry-After 1 always;
55
default_type text/html;
6-
return 502 '<!DOCTYPE html>
6+
return 200 '<!DOCTYPE html>
77
<html>
88
<head>
99
<title>Waking Up...</title>

0 commit comments

Comments
 (0)