LINH PRODUCTIONS
<fcduongquanglinh01@gmail.com>unread,Sep 12, 2022, 4:33:57 AM9/12/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
to [hoidap.voduy.com] Forum Support: Domain, Hosting, VPS, Server...
em đang gặp vấn đề là giao diện đang sử dụng yêu cầu SSL, em đã thử sử dụng Cloudflare SSL nhưng vẫn lỗi không có SSL khi sử dụng reverse vps proxy.
Cụ thể em có thử:
- VPS Reverse cài SSL cho domian A (trỏ IP vps Reverse ) và bật Full trên Cloudflare thì lỗi chuyển hướng quá nhiều lần.
- domian A không cài SSL trên vps Reverse và sử dụng SSL trên Cloudflare thì theme báo lỗi http và yêu cầu https.
Em cấu hình nginx theo bên dưới, anh thử xem nên cấu hình như nào để nó có thể chuyển tất cả http sang https ạ. Cảm ơn anh.
server {
listen 80;
access_log /var/log/nginx/access.log;
location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://ip-vpschinh:port;
proxy_read_timeout 90;
}
}
Vào lúc 12:48:32 UTC+7 ngày Chủ Nhật, 4 tháng 9, 2022, Vo Duy dot Com đã viết: