T
T
torr20092015-01-07 00:02:06
Nginx
torr2009, 2015-01-07 00:02:06

How to configure backend access via SSL in nginx?

You need secure access to the backend. The solution is represented as a reverse proxy on nginx.
I have experience using nginx with http-proxy and unix sockets.
What are the possible problems with https-backend?

What to write in the nginx config besides:
proxy_pass https://my.secured.backend;

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vlad Zhivotnev, 2015-01-07
@inkvizitor68sl

If the backend works on https, then nothing. Everything else is the same as for http.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question