From 37eece6a6d9be1d2d30ccbd4f55350f855ced151 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Sat, 6 Jun 2026 21:39:55 +0000 Subject: [PATCH] Fix nginx setup path in deploy runbook. Use the full /var/www/ladill-qr-plus/current path for setup-service-subdomain-nginx.sh. Co-authored-by: Cursor --- DEPLOY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPLOY.md b/DEPLOY.md index 51a9117..f4ee0b8 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -54,7 +54,7 @@ LADILL_QR_APP_URL=https://qr.ladill.com ## 5. nginx + TLS ```bash -sudo deployment/setup-service-subdomain-nginx.sh qr --app ladill-qr-plus +sudo deployment/setup-service-subdomain-nginx.sh qr --app /var/www/ladill-qr-plus/current ``` Proxy `ladill.com/q/*` to this app after import (see platform nginx docs).