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:
parent
1f9b202109
commit
2a2c524d16
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@
|
|||
|
||||
"claw.quineglobal.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
forceSSL = false;
|
||||
addSSL = true;
|
||||
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:4310/";
|
||||
|
|
|
|||
Loading…
Reference in a new issue