<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=NGINX_Source_IP</id>
	<title>NGINX Source IP - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=NGINX_Source_IP"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=NGINX_Source_IP&amp;action=history"/>
	<updated>2026-04-27T16:41:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=NGINX_Source_IP&amp;diff=813&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;https://serverfault.com/questions/439631/nginx-as-proxy-using-a-specific-source-ip ``` proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=NGINX_Source_IP&amp;diff=813&amp;oldid=prev"/>
		<updated>2020-08-24T23:48:22Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;https://serverfault.com/questions/439631/nginx-as-proxy-using-a-specific-source-ip ``` proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;https://serverfault.com/questions/439631/nginx-as-proxy-using-a-specific-source-ip&lt;br /&gt;
```&lt;br /&gt;
proxy_set_header Host $host;&lt;br /&gt;
proxy_set_header X-Real-IP $remote_addr;&lt;br /&gt;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;&lt;br /&gt;
proxy_set_header X-Forwarded-Proto $scheme;&lt;br /&gt;
&lt;br /&gt;
location /integracao/ {&lt;br /&gt;
    proxy_bind A.A.A.A;&lt;br /&gt;
    proxy_pass http://X.X.X.X:9080/integracao/;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
location /solr/ {&lt;br /&gt;
    proxy_bind B.B.B.B;&lt;br /&gt;
    proxy_pass http://Y.Y.Y.Y:8080/solr/;&lt;br /&gt;
}&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>