fix claw.quineglobal.com redirect loop: forceSSL -> addSSL

Cloudflare is in Flexible SSL mode so it hits our origin over HTTP.
forceSSL was causing an infinite HTTP->HTTPS redirect loop. Switch to
addSSL so HTTPS still works for direct connections while HTTP serves
normally through Cloudflare.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Philip Peterson 2026-06-14 03:00:09 -07:00
parent 1f9b202109
commit 2a2c524d16

View file

@ -54,7 +54,8 @@
"claw.quineglobal.com" = {
enableACME = true;
forceSSL = true;
forceSSL = false;
addSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:4310/";