User Tools

Site Tools


servers:windows:nginx:custom:status_page

Information

Prerequisites

index.html

MKDIR "%SystemDrive%\www\status-custom"
"notepad.exe" "%SystemDrive%\www\status-custom\index.html"
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<head>
<title>RoE | Status</title>
</head>
<body>
This is the status page of Realm of Espionage:
<br><br>
<!--Last updated: February 27th, 2026-->
<a href = 'https://realmofespionage.xyz/' target = 'blank'>Realm of Espionage</a> - Main page
<br>
Up
<br><br>
<a href = 'https://wiki.realmofespionage.xyz/' target = 'blank'>RoE | Wiki</a> - Wiki
<br>
Up
<br><br>
<a href = 'https://media.realmofespionage.xyz/' target = 'blank'>RoE | Media</a> - Pictures/Screenshots
<br>
Up
<br><br>
<a href = 'https://blog.realmofespionage.xyz/' target = 'blank'>RoE | Blog</a> - Blog
<br>
Up
<br><br>
<a href = 'https://social.realmofespionage.xyz/profile/espionage724' target = 'blank'>RoE | Social</a> - Micro-blog (ActivityPub)
<br>
Up
<br><br>
<a href = 'https://forums.realmofespionage.xyz/' target = 'blank'>RoE | Forums</a> - Forums
<br>
Up
<br>
<!--Downtime reasons placeholder-->
<br>
<a href = 'https://wiki.realmofespionage.xyz/servers;windows;nginx;custom;status_page' target = 'blank'>How this webpage is configured</a>
<br>
<a href = 'https://www.youtube.com/watch?v=vzZn31gd_Jc' target = 'blank'>Magic</a>
<br><br>
Daily short downtime for maintenance <a href = 'https://wiki.realmofespionage.xyz/devices;network;netgear_r6260_openwrt#scheduled_tasks' target = 'blank'>2:45</a> and <a href = 'https://wiki.realmofespionage.xyz/windows;10_ltsc_server#os_restart' target = 'blank'>6</a> AM EST
<br>
</body>
</html>
<!--End-->

Etc

  • 3+ reasons caused scrollbar on phone (old rev)
  • :?: Reason count might be different and scrollbar because of additional 2:45/6AM maintenance line 1)
Downtime reasons:
<ul>
<li>FreeBSD -> Windows</li>
</ul>

Desktop Shortcut

"notepad.exe" "%SystemDrive%\www\status-custom\index.html"
Status

nginx Configuration

Server Block

"notepad.exe" "%SystemDrive%\www\nginx\vhosts.d\status-custom.conf"
server {
 listen "443" "ssl";
 http2 "on";
 server_name "status.realmofespionage.xyz";
 root "C:/www/status-custom";
 index "index.html";

 include "C:/www/nginx/default.d/headers.conf";
}

# End
"%SystemDrive%\www\scripts\nginx\Reload.bat"
1)
might be 5-6 lines free; 1 reason below is 2 lines
/usr/local/www/wiki/data/pages/servers/windows/nginx/custom/status_page.txt · Last modified: by Sean Rhone