AN
Size: a a a
AN
G
G
G
ВМ
ВМ
AR
proxy_ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2
AR
ВМ
ВМ
AR
ВМ
ВМ
AR
location / {
proxy_set_header Host freefeds.com;
proxy_pass https://freefeds.com;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
}
location /.well-known/acme-challenge/ {
root /var/www/html;
}
listen 443 ssl; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/xxx.ru-0001/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/xxx.ru-0001/privkey.pem; # managed by Certbot
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
proxy_ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
}
AR
4218 connect() to [2606:4700:3030::6815:3fcb]:443 failed (101: Network is unreachable) while connecting to upstream,
AN
ВМ
proxy_set_header Host freefeds.com;