国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Can nginx provide a proxy for other machines? nginx is not installed on other machines
為情所困
為情所困 2017-05-16 17:07:58
0
1
618

Assuming there are 3 Alibaba Cloud machines, can I install nginx on only one of them to provide http services for the other two without nginx?

為情所困
為情所困

reply all(1)
伊謝爾倫

Yes
Our company's production environment is an nginx cluster (3 nginx) and a php cluster (5 machines). nginx and php do not need to be deployed in the same environment.

By configuring upstream, the dynamic request is forwarded to php for processing, and then returned to nginx and then returned to the client. If you take a look at nginx’s official configuration of PHP, it’s all in this mode.

But if there is static content in the project, the corresponding code needs to be deployed on the nginx machine (php is not required)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template