User Tools

Site Tools


servers:bsd:nginx:custom:landing_page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
servers:bsd:nginx:custom:landing_page [2025/10/30 23:48] – [index.html] Sean Rhoneservers:bsd:nginx:custom:landing_page [2026/01/11 05:04] (current) – [index.html] Sean Rhone
Line 2: Line 2:
  
   * Landing page   * Landing page
-  * [[Information:Realm of Espionage]]+  * [[information:realm_of_espionage|Realm of Espionage]]
   * https://realmofespionage.xyz   * https://realmofespionage.xyz
  
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[bsd:server:freebsd_15.0|FreeBSD 15.0]]+  * [[bsd:server:freebsd_16.0|FreeBSD 16.0]]
   * [[servers:bsd:freenginx_php_php-fpm|freenginx]]   * [[servers:bsd:freenginx_php_php-fpm|freenginx]]
-  * [[servers:bsd:nginx:lets_encrypt|Let's Encrypt]]+  * [[servers:bsd:nginx:lets_encrypt|Certbot (Let's Encrypt)]]
  
 ====== index.html ====== ====== index.html ======
Line 20: Line 20:
  
 <code> <code>
 +<!DOCTYPE html>
 +<html>
 +<meta name="viewport" content="width=device-width, initial-scale=1" />
 +<head>
 +<title>Realm of Espionage</title>
 +</head>
 +<body>
 This is the home page of Realm of Espionage: This is the home page of Realm of Espionage:
 <br> <br>
Line 36: Line 43:
 <a href = 'https://forums.realmofespionage.xyz/' target = 'blank'>RoE | Forums</a> - Forums <a href = 'https://forums.realmofespionage.xyz/' target = 'blank'>RoE | Forums</a> - Forums
 <br> <br>
 +<br>
 +<a href = 'https://status.realmofespionage.xyz/'>Status Page</a>
 <br> <br>
 <a href = 'https://wiki.realmofespionage.xyz/information:realm_of_espionage' target = 'blank'>Technical Details</a> <a href = 'https://wiki.realmofespionage.xyz/information:realm_of_espionage' target = 'blank'>Technical Details</a>
Line 42: Line 51:
 <br> <br>
 <a href = 'https://wiki.realmofespionage.xyz/servers:bsd:nginx:custom:landing_page' target = 'blank'>How this webpage is configured</a> <a href = 'https://wiki.realmofespionage.xyz/servers:bsd:nginx:custom:landing_page' target = 'blank'>How this webpage is configured</a>
-<br></code>+<br
 +</body> 
 +</html> 
 +<!--End--></code>
  
 ====== nginx Configuration ====== ====== nginx Configuration ======
  
 ===== Server Block ===== ===== Server Block =====
 +
 +  su -
  
   ee '/usr/local/etc/freenginx/vhosts.d/main-custom.conf' && service 'nginx' reload   ee '/usr/local/etc/freenginx/vhosts.d/main-custom.conf' && service 'nginx' reload
Line 52: Line 66:
 <code> <code>
 server { server {
-    listen '443' 'ssl'; + listen '443' 'ssl'; 
-    http2 'on'; + http2 'on'; 
-    server_name 'realmofespionage.xyz'; + server_name 'realmofespionage.xyz'; 
-    root '/usr/local/www/main-custom'; + root '/usr/local/www/main-custom'; 
-    index 'index.html';+ index 'index.html';
  
-    include '/usr/local/etc/freenginx/default.d/headers.conf';+ include '/usr/local/etc/freenginx/default.d/headers.conf';
 } }
  
 # End</code> # End</code>
  
/usr/local/www/wiki/data/attic/servers/bsd/nginx/custom/landing_page.1761882500.txt.gz · Last modified: by Sean Rhone