User Tools

Site Tools


servers:windows:nginx:custom:status_page

This is an old revision of the document!


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: January 17th, 2026-->
Last updated: January 17th, 2026
<br>
<br>
<a href = 'https://realmofespionage.xyz/' target = 'blank'>Realm of Espionage</a> - Main page
<br>
Down
<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>
Down
<br>
<br>
<a href = 'https://blog.realmofespionage.xyz/' target = 'blank'>RoE | Blog</a> - Blog
<br>
Down
<br>
<br>
<a href = 'https://social.realmofespionage.xyz/profile/espionage724' target = 'blank'>RoE | Social</a> - Micro-blog (ActivityPub)
<br>
Down
<br>
<br>
<a href = 'https://forums.realmofespionage.xyz/' target = 'blank'>RoE | Forums</a> - Forums
<br>
Down
<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=ftXz7aMQNTY' target = 'blank'>Random song</a>
<br>
</body>
</html>
<!--End-->

Etc

<br>
Downtime reasons:
<ul>
<li>FreeBSD -> Windows</li>
<li>Config modernization</li>
<li>Diablo 3 :p (<a href = 'https://news.blizzard.com/en-us/article/24243442/season-37-the-forbidden-archives-now-live' target = 'blank'>Season 37</a> SSF + <a href = 'https://news.blizzard.com/en-us/article/24247149/the-darkening-of-tristram-returns-december-31-2025' target = 'blank'>The Darkening of Tristram</a>)</li>
</ul>

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"
/usr/local/www/wiki/data/attic/servers/windows/nginx/custom/status_page.1768645925.txt.gz · Last modified: by Sean Rhone