User Tools

Site Tools


servers:bsd:nginx:custom:landing_page

This is an old revision of the document!


Information

Prerequisites

index.html

su -
mkdir -p '/usr/local/www/main-custom' && chown -R 'www':'www' '/usr/local/www/main-custom'
su -m 'www' -c "ee '/usr/local/www/main-custom/index.html'"
This is the home page of Realm of Espionage:
<br>
<br>
<a href = 'https://realmofespionage.xyz/'>Realm of Espionage</a> - Main page (you are here)
<br>
<a href = 'https://wiki.realmofespionage.xyz/' target = 'blank'>RoE | Wiki</a> - Wiki
<br>
<a href = 'https://media.realmofespionage.xyz/' target = 'blank'>RoE | Media</a> - Pictures/Screenshots
<br>
<a href = 'https://blog.realmofespionage.xyz/' target = 'blank'>RoE | Blog</a> - Blog
<br>
<a href = 'https://social.realmofespionage.xyz/profile/espionage724' target = 'blank'>RoE | Social</a> - Micro-blog (ActivityPub)
<br>
<a href = 'https://forums.realmofespionage.xyz/' target = 'blank'>RoE | Forums</a> - Forums
<br>
<br>
<a href = 'https://wiki.realmofespionage.xyz/information:realm_of_espionage' target = 'blank'>Technical Details</a>
<br>
<a href = 'https://wiki.realmofespionage.xyz/user:espionage724' target = 'blank'>Webmaster Info</a>
<br>
<a href = 'https://wiki.realmofespionage.xyz/servers:bsd:nginx:custom:landing_page' target = 'blank'>How this webpage is configured</a>
<br>

nginx Configuration

Server Block

ee '/usr/local/etc/freenginx/vhosts.d/main-custom.conf' && service 'nginx' reload
server {
    listen '443' 'ssl';
    http2 'on';
    server_name 'realmofespionage.xyz';
    root '/usr/local/www/main-custom';
    index 'index.html';

    include '/usr/local/etc/freenginx/default.d/headers.conf';
}

# End
/usr/local/www/wiki/data/attic/servers/bsd/nginx/custom/landing_page.1761881035.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki