https://www.10000h.top/
如上
为了测试,现在配置已经相当简单:
upstream nodejs {
server 127.0.0.1:8090;
}
server {
listen 443 ssl;
server_name www.10000h.top;
ssl_certificate /etc/nginx/conf.d/ssl/1_www.10000h.top_bundle.crt;
ssl_certificate_key /etc/nginx/conf.d/ssl/onlythen2.key;
ssl_session_timeout 5m;
location / {
proxy_pass http://nodejs;
}
}
~
有人知道这是为何么..
404를 못 봤어요
네, 요청주소가 http였는데 https로 바뀌었나요?
https에 문제가 있는 걸까요?