The company has three servers on the Intranet. One LINUX2 WINLINUX server can normally access the above site. How can I configure LINUX to be reinstalled a few days ago? How can I access the websites on the other two servers.
The company has three internal servers, one LINUX and two Windows servers.
LINUX can normally access the above site
LINUX
How to configure this LINUX so that the websites on the other two servers can also be accessed normally.
Reply content:
The company has three internal servers, one LINUX and two Windows servers.
LINUX can normally access the above site
LINUX
How to configure this LINUX so that the websites on the other two servers can also be accessed normally.
Configure a proxy for your linux server and forward the forwarded request to let 77 and 78. Nginx multiple serer reverse proxy
Generally, there are two types of multi-server splitting.
1 is vertical split, such as webserver and database, separated by Cache
2. Horizontal splitting by project
Does the SQL server and dlap used by your database run in win while the webserver runs in linux?
For horizontal splitting, check which server the dns resolves and trace it step by step,
Too little information is provided.
@ Brzhang his solution is correct. nginx configures the proxy server. External requests are first sent to the linux server and then forwarded to the other two windows servers.