クロスプラットフォーム対応・オープンソースのWebサーバーシステム「nginx」(エンジンエックス)が5月13日、v1.30.1(stable)、v1.31.0(mainline)へとアップデートされた。現在、公式サイト「nginx.org」などから ...
プリザンターをhttps化している状態。Difyのチャットをプリザンターに差し込みたいのでhttps化することにした。 git clone したディレクトリ内に nginx/sslはすでにある。 server.key,server.crt はmkcertで作成済み $ pwd /home/user/dify/docker $ cp /home/user/server.key ./nginx/ssl ...
server { listen 7002 ssl; server_name crossroadscambodia.org; ssl_certificate /opt/https-httpd/fullchain.pem; ssl_certificate_key /opt/https-httpd/privkey.pem ...
レンダーサーバー(Linux)で HTTPS 通信を構成する際、ポート周り(80 / 443 / 8100)の理解が曖昧だったため整理した。 nginx の役割 nginx は以下の2つの役割を持つ。 内部アプリ(例:uvicorn 127.0.0.1:8000)は直接晒さない。 ポート 80 と 443 の意味 80 = HTTP の ...
If you’re running self-hosted services at home or in a homelab, chances are your setup started simple… and then slowly turned into chaos. Good luck remembering what does what. And SSL certificates?