Company intranet has 3 servers a Linux 2 win
Linux can access the above site normally
A few days ago the reload of Linux
How to configure this Linux so that the other two servers on the site can also be accessed normally.
Reply content:
Company intranet has 3 servers a Linux 2 win
Linux can access the above site normally
A few days ago the reload of Linux
How to configure this Linux so that the other two servers on the site can also be accessed normally.
Configure your Linux server with a proxy and forward the forwarded request to 77 and 78. Nginx Multi-Serer Reverse proxy
General multi-server split 2 kinds of bar
1 is a vertical split, such as webserver and database, cache separate
2 is split horizontally, by project sub-server
Is your database SQL Server and Dlap running in win and webserver running on Linux?
If it's a horizontal split, see which server DNS resolves, and then trace it down,
The information given is still too small.
@brzhang His plan is right, nginx Configure the proxy server, external requests to the Linux server first, and then forwarded to the other two Windows server can