====== Information ====== * Status page * [[information;realm_of_espionage|Realm of Espionage]] * https://status.realmofespionage.xyz ===== Prerequisites ===== * [[windows;10_ltsc_server|Windows 10 (21H2)]] * [[servers;windows;nginx_php_php-cgi|nginx]] * [[servers;windows;nginx;lets_encrypt|Certbot (Let's Encrypt)]] ====== index.html ====== MKDIR "%SystemDrive%\www\status-custom" "notepad.exe" "%SystemDrive%\www\status-custom\index.html" RoE | Status This is the status page of Realm of Espionage:

Realm of Espionage - Main page
Up

RoE | Wiki - Wiki
Up

RoE | Media - Pictures/Screenshots
Up

RoE | Blog - Blog
Up

RoE | Social - Micro-blog (ActivityPub)
Up

RoE | Forums - Forums
Up

How this webpage is configured
Magic

Daily short downtime for maintenance 2:45 and 6 AM EST
===== Etc ===== * 3+ reasons caused scrollbar on phone ([[servers;windows;nginx;custom;status_page?rev=1768646070#etc|old rev]]) * :?: Reason count might be different and scrollbar because of additional 2:45/6AM maintenance line ((might be 5-6 lines free; 1 reason below is 2 lines)) Downtime reasons: ===== 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"