add webserver info
This commit is contained in:
parent
781efac523
commit
39aa802b0e
3 changed files with 26 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
|||
<div class="container">
|
||||
<h2>The Server</h2>
|
||||
<p>
|
||||
The website is hosted on my <a href="">UK VPS</a>. Previous versions have been hosted on <a href="https://www.1and1.com/">1&1</a> and <a href="http://www.myWindowsHosting.com/index?r=100196823">MyWindowsHosting</a>.
|
||||
The website is hosted on my <a href="/setup/web-server/">UK VPS</a>. Previous versions have been hosted on <a href="https://www.1and1.com/">1&1</a> and <a href="http://www.myWindowsHosting.com/index?r=100196823">MyWindowsHosting</a>.
|
||||
</p>
|
||||
<p>
|
||||
The static files are served using a <a href="https://github.com/RealOrangeOne/host-container">custom Express server</a>, which allows me to auto-deploy the site from my <a href="https://circleci.com/">CI</a>. This is then served using a custom, closed-source reverse proxy, which makes local development and domain switching much easier. This is pointed to by <a href="https://www.nginx.com/">NGINX</a>, which actually serves port 80.
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
title: Public web server
|
||||
slug: web-server
|
||||
status: draft
|
||||
screenfetch_path: setup/web-server.txt
|
||||
|
||||
The server itself is a VPS hosted by [Inception hosting](https://clients.inceptionhosting.com/aff.php?aff=256). Obviously if I did more looking around I could probably find a slightly better deal, but these people have brilliant customer support, fast and customizable servers, that are also hosted in a data center in the UK (a major bonus)!
|
||||
|
||||
The spec on this server are nothing special, but considering it wouldn't be running much, other than a web server, and a couple of other applications, it's pleanty. The most important thing is that it is hosted in the UK, for connection speed, and for other applications like a VPN.
|
||||
|
||||
{{ article.screenfetch }}
|
||||
|
|
18
content/setup/web-server.txt
Normal file
18
content/setup/web-server.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
[0m[1;31m ./+o+- [0m[1;31mjake[0m[1m@[0m[0m[1;31mTOO-webserver[0m
|
||||
[0m[1;37m yyyyy- [0m[1;31m-yyyyyy+ [0m[1;31m OS:[0m Ubuntu 14.04 trusty[0m
|
||||
[0m[1;37m [0m[1;37m://+//////[0m[1;31m-yyyyyyo [0m[1;31m Kernel:[0m x86_64 Linux 3.13.0-93-generic[0m
|
||||
[0m[1;33m .++ [0m[1;37m.:/++++++/-[0m[1;31m.+sss/` [0m[1;31m Uptime:[0m
|
||||
[0m[1;33m .:++o: [0m[1;37m/++++++++/:--:/- [0m[1;31m Packages:[0m
|
||||
[0m[1;33m o:+o+:++.[0m[1;37m`..```.-/oo+++++/ [0m[1;31m Shell:[0m bash 4.3.11[0m
|
||||
[0m[1;33m .:+o:+o/.[0m[1;37m `+sssoo+/ [0m[1;31m CPU:[0m Intel Xeon CPU E5-2630 v2 @ 2.6GHz[0m
|
||||
[0m[1;37m .++/+:[0m[1;33m+oo+o:`[0m[1;37m /sssooo. [0m[1;31m RAM:[0m 972MiB[0m
|
||||
[0m[1;37m /+++//+:[0m[1;33m`oo+o[0m[1;37m /::--:. [0m
|
||||
[0m[1;37m \+/+o+++[0m[1;33m`o++o[0m[1;31m ++////. [0m
|
||||
[0m[1;37m .++.o+[0m[1;33m++oo+:`[0m[1;31m /dddhhh. [0m
|
||||
[0m[1;33m .+.o+oo:.[0m[1;31m `oddhhhh+ [0m
|
||||
[0m[1;33m \+.++o+o`[0m[1;31m`-````.:ohdhhhhh+ [0m
|
||||
[0m[1;33m `:o+++ [0m[1;31m`ohhhhhhhhyo++os: [0m
|
||||
[0m[1;33m .o:[0m[1;31m`.syhhhhhhh/[0m[1;33m.oo++o` [0m
|
||||
[0m[1;31m /osyyyyyyo[0m[1;33m++ooo+++/ [0m
|
||||
[0m[1;31m ````` [0m[1;33m+oo+++o\: [0m
|
||||
[0m[1;33m `oo++. [0m
|
Reference in a new issue