Hi there,
I want to use Nginx's reverse proxy for the first time to route from blog.example.com to example.com/blog.
I've read several posts, but I'm not sure I understand the concept of reverse proxy and would like some advice.
First of all, the two websites are running separately on different servers.
And I have pointed location /blog { proxy_pass: https://blog.example.com/} in the server block of example.com.
My question here is, do I need to do anything in the blog.example.com server block?
Is reverse proxy something that can be routed unilaterally from one side basically??
Thank you.
Edited 1 time(s). Last edit at 06/17/2023 03:32PM by cheonmu.