reverse-proxy.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [reverse-proxy]
www.codever.land/bookmarks/t/reverse-proxy
Express behind proxies
https://expressjs.com/en/guide/behind-proxies.html
When running an Express app behind a proxy, set (by using app.set()) the application variable trust proxy to one of the values listed in the following table.
- tags: expressjs, proxy, reverse-proxy, nginx
Understanding Kubernetes Kube-Proxy
https://supergiant.io/blog/understanding-kubernetes-kube-proxy/
In this article, we discuss Kubernetes kube-proxy and its modes focusing on how it interacts with netfilter and iptables.
- :calendar: published on: 2019-04-11
- tags: kubernetes, kube-proxy, netfilter, networking, reverse-proxy, iptables