И
Size: a a a
И
ВМ
ВМ
ВМ
И
ДЛ
ВМ
ДЛ
location / {
proxy_pass http://ip:port/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
}
location /api {
proxy_pass http://ip:port/api;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
}ДЛ
ДЛ
ДЛ
2021/06/21 15:41:10 [warn] 581985#0: *27049 an upstream response is buffered to a temporary file /var/lib/nginx/tmp/proxy/9/67/0000001679 while reading upstream, client: ip, server: download.***.**, request: "GET /client/config/modid/resources/assets/modid/textures/gui/manualimages/ECore6.png? HTTP/1.1", upstream: "http://ip:port/client/config/modid/resources/assets/modid/textures/gui/manualimages/ECore6.png", host: "download.***.**"
ДЛ
2021/06/21 11:32:45 [error] 580708#0: *104 connect() failed (111: Connection refused) while connecting to upstream, client: ip, server: download.***.**, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:port/", host: "download.***.**", referrer: "https://download.***.**/"
ДЛ