servers:bsd:nginx:custom:landing_page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
servers:bsd:nginx:custom:landing_page [2025/08/28 22:16] – created Sean Rhone | servers:bsd:nginx:custom:landing_page [2025/09/11 06:43] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | | + | ====== Information ====== |
+ | |||
+ | | ||
+ | * [[Information:Realm of Espionage]] | ||
+ | * https://realmofespionage.xyz | ||
+ | |||
+ | ===== Prerequisites ===== | ||
+ | |||
+ | * [[bsd: | ||
+ | * [[servers: | ||
+ | * [[servers: | ||
+ | |||
+ | ====== index.html ====== | ||
+ | |||
+ | su - | ||
+ | |||
+ | mkdir -p '/usr/local/www/main-custom' | ||
+ | |||
+ | su -m ' | ||
+ | |||
+ | < | ||
+ | This is the home page of Realm of Espionage. | ||
+ | < | ||
+ | < | ||
+ | Some quick-reference links (links open in new window): | ||
+ | < | ||
+ | < | ||
+ | <a href = ' | ||
+ | < | ||
+ | <a href = ' | ||
+ | < | ||
+ | <a href = ' | ||
+ | < | ||
+ | <a href = ' | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | ====== nginx Configuration ====== | ||
+ | |||
+ | ===== Server Block ===== | ||
+ | |||
+ | ee '/ | ||
+ | |||
+ | < | ||
+ | server { | ||
+ | listen ' | ||
+ | http2 ' | ||
+ | server_name ' | ||
+ | root '/ | ||
+ | index ' | ||
+ | |||
+ | include '/ | ||
+ | } | ||
+ | |||
+ | # End</ | ||
/srv/www/wiki/data/attic/servers/bsd/nginx/custom/landing_page.1756433787.txt.gz · Last modified: by Sean Rhone