server { listen 7002 ssl; server_name crossroadscambodia.org; ssl_certificate /opt/https-httpd/fullchain.pem; ssl_certificate_key /opt/https-httpd/privkey.pem ...
今回は業務で静的ファイル(html 等)を公開する機会があったので その手順を備忘録として記事にしたいと思います。 この手順書に従うことで、以下が実現できます: Ubuntu/Debian 環境での Docker 環境構築 Nginx による静的サイトの公開 Let's Encrypt による ...
プリザンターをhttps化している状態。Difyのチャットをプリザンターに差し込みたいのでhttps化することにした。 git clone したディレクトリ内に nginx/sslはすでにある。 server.key,server.crt はmkcertで作成済み $ pwd /home/user/dify/docker $ cp /home/user/server.key ./nginx/ssl ...
The two mentioned ports are customizable by using the NGINX_HTTP_PORT and NGINX_HTTPS_PORT environment variables. ⚠ Warning: Since the private key is obviously leaked in this repo, this image is only ...
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?