Proxies

Traefik

tbd …


Any Comments ?

sha256: e0cb0f64c480c13ab901aa3ae8c7e81b169b746ad38bc4cc0018b8954af4db9f

Haproxy

HA Proxy

sorry, content still missing …


Any Comments ?

sha256: ad1e5ef30bb3f733cc4629ca59b678315c5c2c642145492a3392de8f3bc51709

Nginx

Assuming you have a Website with some higher load, higher demand for availability, or both of them. You can do the following:

  • Duplicate your Webserver (and the Content of Course) as much as you need
  • Put a Loadbalancer in Front the Webserver, best in Combination with a Firewall Ruleset
  • Terminate TLS on the Loadbalancer once, or on each Webserver directly. Whatever you prefer.
  • You can also double the Loadbalancer with two Boxes the get redundancy on this level.

Network Diagram

                   +----------------+
                   |       www      |
                   +--------+-------+
                            |
                   +--------+--------+
                   | 136.244.113.129 | vio0
                   |  Loadbalancer   |
                   |   10.24.96.3    | vio1
                   +--------+--------+
                            |
        +---------------------------------------+
        |                   |                   |
        |                   |                   |
+-------+-------+  +--------+-------+  +--------+-------+
|     www1      |  |      www2      |  |      www3      |
|  10.24.96.4   |  |   10.24.96.5   |  |   10.24.96.6   |
+---------------+  +----------------+  +----------------+

Config Web1 - 3

You can run any Kind of Webserver you want. Apache, Nginx, Httpd, … here is the Config for Nginx on OpenBSD.

Relayd

tbd


Any Comments ?

sha256: 8d6a2ed534dd8d608249b47702d871c8e858d472c4f281e985c0b93b96f02c49