Answer the question
In order to leave comments, you need to log in
Where exactly do you need to put certificates in nginx reverse_proxy?
a little confused in theory, who will help put everything on the shelves?
I have an nginx server, there are a dozen more servers in LAN with it, I'm going to proxy them to the Internet
using nextcloud as an example, I redirect port 80 and 443 to nginx through a router, on which I do
server {
listen 80;
listen [::]:80;
access_log /var/log/nginx/reverse-access.log;
error_log /var/log/nginx/reverse-error.log;
location / {
proxy_pass http://ip сервера nextcloud/;
}
}
Answer the question
In order to leave comments, you need to log in
On what "sticks out" from the outside and where the DNS record looks.
That is, on nginx reverse proxy.
You can generally drive traffic between nextcloud and nginx via http if they are in a trusted network and the requirements will be missed.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question