Merge pull request #1083 from linuxserver/swag-ondemand-fix-cloudflare

Fix loading page not showing when CF proxy is enabled
This commit is contained in:
quietsy 2025-11-25 12:13:16 +02:00 committed by GitHub
commit 8f0cbfcd08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>