-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
I have a question about https://github.com/ONLYOFFICE/document-server-proxy/blob/master/nginx/proxy-https-to-http.conf
For me, docservice in
proxy_pass http://docservice;
is the local ip address
it looks like
proxy_pass http://xxx.xxx.xxx.xxx;
but I don't understand what should be backendserver-address in
upstream docservice {
server backendserver-address;
}
should it be the same IP adress
upstream docservice {
server xxx.xxx.xxx.xxx;
}
or docservice and backendserver-address are different?
Metadata
Metadata
Assignees
Labels
No labels