mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-02 21:44:51 +02:00
deploy: 2133b51e78
This commit is contained in:
parent
fd5f60273d
commit
478b2f0a8c
10 changed files with 520 additions and 439 deletions
|
@ -2271,6 +2271,7 @@
|
|||
</ul>
|
||||
<p>This reduces many of the benefits for why you might use a reverse proxy, but they can still be useful.</p>
|
||||
<p>Some deployments may require a service to route traffic (kubernetes) when deploying, in which case the below advice is important to understand well.</p>
|
||||
<p>The guide here has also been adapted for <a href="../../../config/advanced/kubernetes/#using-the-proxy-protocol">our Kubernetes docs</a>.</p>
|
||||
<h2 id="what-can-go-wrong"><a class="toclink" href="#what-can-go-wrong">What can go wrong?</a></h2>
|
||||
<p>Without a reverse proxy involved, a service is typically aware of the client IP for a connection.</p>
|
||||
<p>However when a reverse proxy routes the connection this information can be lost, and the proxied service mistakenly treats the client IP as the reverse proxy handling the connection.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue