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 [2026/01/09 00:07] – [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
  
Line 22: Line 22:
 <!DOCTYPE html> <!DOCTYPE html>
 <html> <html>
 +<meta name="viewport" content="width=device-width, initial-scale=1" />
 <head> <head>
 <title>Realm of Espionage</title> <title>Realm of Espionage</title>
Line 58: Line 59:
  
 ===== 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 63: Line 66:
 <code> <code>
 server { server {
- 
  listen '443' 'ssl';  listen '443' 'ssl';
  http2 'on';  http2 'on';
/usr/local/www/wiki/data/attic/servers/bsd/nginx/custom/landing_page.1767935273.txt.gz · Last modified: by Sean Rhone