Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.24 KB

reverse-proxy.md

File metadata and controls

17 lines (14 loc) · 1.24 KB

Bookmarks tagged [reverse-proxy]

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.


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.