Answer the question
In order to leave comments, you need to log in
How to transfer the server to another hosting?
Hello! There is a classic virtual machine in Azure - opera and disk are no longer enough, it seems impossible to change, and indeed there is a desire to move to the Seletel cloud.
On the server - nginx - redirects requests to 8 microservices.
I'm thinking of transferring in parts, one microservice at a time:
Create a virtual machine in Selectel, delegate to its IP domain, and at first send all requests to Azure.
Then slowly drag service after service. That is, send something to Azure, process something on the spot (depending on the URL).
Requests are all secure - via https
Is it possible to do this with nginx?
It seems yes - the only question is how to redirect the https request...
I read that secure requests can be sent by raising openvp, but this is something difficult ....
Answer the question
In order to leave comments, you need to log in
first raise an exact copy in the cloud, this is my advice to you, do not try to change the infrastructure by transferring the project
Microservices should be on separate domains. Otherwise, it's kind of incomplete. Start with this.
this is not an easy task - you need an admin and it's not free)
you can redirect https requests through haproxy
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question