servers:bsd:nginx:custom:landing_page
This is an old revision of the document!
Table of Contents
Information
- Landing page
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> Some quick-reference links (links open in new window): <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>
nginx Configuration
Server Block
ee '/usr/local/etc/nginx/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/nginx/default.d/headers.conf'; } # End
/usr/local/www/wiki/data/attic/servers/bsd/nginx/custom/landing_page.1756482058.txt.gz · Last modified: by Sean Rhone