F
F
frolldoll2017-09-26 16:32:13
proxy
frolldoll, 2017-09-26 16:32:13

What does express mean for a proxy?

I read the express js docs and there is an article "when running an express application behind a proxy server" how is it, and what is it about in general, what is it for?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Dubrovin, 2017-09-26
@z3apa3a

Most likely, this means using a reverse proxy, such as nginx.
The reasons may be different, for example, to combine several physical servers into one virtual one, speed up the return of statics, make TLS or HTTP / 2 unified support, route requests based on some specific logic, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question