Reverse Proxy: Difference between revisions
Jump to navigation
Jump to search
(Reverse Proxy) |
No edit summary |
||
Line 7: | Line 7: | ||
== Configuration == | == Configuration == | ||
https://github.com/eehackspace/eeh-reverse-proxy | https://github.com/eehackspace/eeh-reverse-proxy | ||
== Traffic Path == | |||
user -> <something>.eehack.space -> cloudflare proxy with forced TLS termination -> EEH_IP:80 -> Mikrotik Router Nat 80:2095 -> docker_ip:2095 -> nginx container 2095:80 |
Revision as of 09:34, 8 July 2021
Reverse Proxy
Is a reverse proxy using nginx to present services hosted on the internal servers to the internet.
Host, port and path based routing is possible.
Configuration
https://github.com/eehackspace/eeh-reverse-proxy
Traffic Path
user -> <something>.eehack.space -> cloudflare proxy with forced TLS termination -> EEH_IP:80 -> Mikrotik Router Nat 80:2095 -> docker_ip:2095 -> nginx container 2095:80