1 files changed, 3 insertions, 3 deletions
diff --git a/develop/setup/forward_proxy.html b/develop/setup/forward_proxy.html
index 8b0d6f3517..cd723bdd83 100644
--- a/develop/setup/forward_proxy.html
+++ b/develop/setup/forward_proxy.html
@@ -232,21 +232,21 @@ will apply blacklisting of IP addresses.</p>
<li>recaptcha validation</li>
<li>CAS auth validation</li>
<li>OpenID Connect</li>
+<li>Outbound federation</li>
<li>Federation (checking public key revocation)</li>
+<li>Fetching public keys of other servers</li>
+<li>Downloading remote media</li>
</ul>
<p>It will <strong>not be used</strong> for:</p>
<ul>
<li>Application Services</li>
<li>Identity servers</li>
-<li>Outbound federation</li>
<li>In worker configurations
<ul>
<li>connections between workers</li>
<li>connections from workers to Redis</li>
</ul>
</li>
-<li>Fetching public keys of other servers</li>
-<li>Downloading remote media</li>
</ul>
<h2 id="troubleshooting"><a class="header" href="#troubleshooting">Troubleshooting</a></h2>
<p>If a proxy server is used with TLS (HTTPS) and no connections are established,
|