Comments on: Reverse Proxy with Nginx: A Step-by-Step Setup Guide https://linuxiac.com/reverse-proxy-with-nginx/ All things Linux & Open Source Wed, 20 Jul 2022 00:04:43 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Efigalaxie@yahoo.com https://linuxiac.com/reverse-proxy-with-nginx/#comment-25457 Wed, 20 Jul 2022 00:04:43 +0000 https://linuxiac.com/?p=33511#comment-25457 In reply to Ridwan.

Yes!
You can use a separate server just for NGinx…….BUT

You can be utilizing NGinx already as a webserver……And run the reverse proxying on the same machine for other things..like emby or diaspora or wordpress…etc

]]>
By: Ridwan https://linuxiac.com/reverse-proxy-with-nginx/#comment-13600 Fri, 24 Dec 2021 08:15:57 +0000 https://linuxiac.com/?p=33511#comment-13600 So I need another server to work as a target right? it is possible to use nginx as web server & reverse proxy?

]]>
By: Bobby Borisov https://linuxiac.com/reverse-proxy-with-nginx/#comment-13418 Tue, 21 Dec 2021 20:55:23 +0000 https://linuxiac.com/?p=33511#comment-13418 In reply to RDK.

Hi,

Yes, it really is that simple. There is no magic here. 🙂
All you have to do is configure a reverse proxy and have your router redirect inbound traffic coming to port 80 to your reverse proxy server. Everything else is described above. In fact, it’s a straightforward scenario.

And last but definitely not least, thank you for reading Linuxiac!
Keep “fighting”!

]]>
By: RDK https://linuxiac.com/reverse-proxy-with-nginx/#comment-13391 Tue, 21 Dec 2021 16:48:12 +0000 https://linuxiac.com/?p=33511#comment-13391 Bobby, your article hit home on something I want to do, that is to set up two (or more) web servers behind my firewall, both accessible from Internet browser clients using the normal port 80 and the URL. For example webserver1 http://www.abc.com and webserver2 http://www.def.com.

Assume the two servers are on the private IP addresses 10.0.0.100 and 10.0.0.110, respectively and my firewall router is on a public address 1.2.3.4. What I want is for port 80 traffic with URL http://www.abc.com to go to address 10.0.0.100 as port 80 and likewise for port 80 traffic with URL http://www.def.com to go to 10.0.0.110.

From your article it sounds like I need to configure a “reverse proxy” server (say 10.0.1.50) listening for all port 80 traffic. It would then act like a traffic cop for routing incoming requests?? Is it really that simple?? I assume the the Internet client is unaware of any of this? Thanks for your article and any comments you might have relating to my project.

ps…like Tony I’m also in the mid+ 70’s and enjoy “fighting” with my computers (Windows and Raspberry Pi’s)….

]]>
By: Bobby Borisov https://linuxiac.com/reverse-proxy-with-nginx/#comment-12354 Fri, 12 Nov 2021 19:31:11 +0000 https://linuxiac.com/?p=33511#comment-12354 In reply to Amgine.

Hi Amgine,

Thank you for the remark!
Of course, it’s a typo. I apologize. It has already been fixed.

]]>
By: Amgine https://linuxiac.com/reverse-proxy-with-nginx/#comment-12352 Fri, 12 Nov 2021 19:12:09 +0000 https://linuxiac.com/?p=33511#comment-12352 Are the 172.0.1.10 vs. 127.0.1.10 typos? assuming so, excellent, and thanks!

]]>
By: Bobby Borisov https://linuxiac.com/reverse-proxy-with-nginx/#comment-12317 Wed, 10 Nov 2021 22:39:24 +0000 https://linuxiac.com/?p=33511#comment-12317 In reply to user.

The pleasure is all mine.
Thanks for the kind words!

]]>
By: user https://linuxiac.com/reverse-proxy-with-nginx/#comment-12315 Wed, 10 Nov 2021 18:51:40 +0000 https://linuxiac.com/?p=33511#comment-12315 So clean and easy to understand, surprised. Other founded articles looks toxic, and overloaded, and in same time explained close to nothing.
Thank You

]]>
By: Bobby Borisov https://linuxiac.com/reverse-proxy-with-nginx/#comment-11755 Fri, 29 Oct 2021 06:39:48 +0000 https://linuxiac.com/?p=33511#comment-11755 In reply to Tony.

Keep the spirit, Tony.
Thank you for reading Linuxiac!

Best,
Bobby

]]>
By: Tony https://linuxiac.com/reverse-proxy-with-nginx/#comment-11744 Fri, 29 Oct 2021 05:28:16 +0000 https://linuxiac.com/?p=33511#comment-11744 At 78 I’m fascinated by Centos stream and NGINX. It is like Magic.

Thank you.
Tony.

]]>