From 5c6d18eae023eb61fa8d66bffc4c2bb5eec8c3fb Mon Sep 17 00:00:00 2001 From: kontei Date: Sat, 21 Feb 2026 23:53:41 +0900 Subject: [PATCH] =?UTF-8?q?nginx=20=E3=83=AA=E3=83=90=E3=83=BC=E3=82=B9?= =?UTF-8?q?=E3=83=97=E3=83=AD=E3=82=AD=E3=82=B7=E6=A7=8B=E6=88=90:=20Kamal?= =?UTF-8?q?=20Proxy=20SSL=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/deploy.yml b/config/deploy.yml index 7e01a44..5a12569 100644 --- a/config/deploy.yml +++ b/config/deploy.yml @@ -13,11 +13,11 @@ servers: # - 153.127.48.108 # cmd: bin/jobs -# Enable SSL auto certification via Let's Encrypt and allow for multiple apps on a single web server. -# Kamal Proxy will automatically obtain and renew SSL certificates. +# nginx がSSL終端を行うため、Kamal Proxy の SSL は無効化 proxy: - ssl: true + ssl: false host: diplo.kontei.net + app_port: 80 # Where you keep your container images. # Using a local registry on the VPS server.