Fix cloudflare not showing the loading page

This commit is contained in:
quietsy 2025-11-25 08:47:47 +02:00
parent df81e8ad51
commit 47e8c869e7

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>