From 2f15def59608e2681eb2a29671b4673475257763 Mon Sep 17 00:00:00 2001 From: fro Date: Wed, 29 Oct 2025 03:40:05 -0500 Subject: [PATCH] config ok i believe --- cfg/ngx/fw.op.fo.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/ngx/fw.op.fo.conf b/cfg/ngx/fw.op.fo.conf index 19068db..0de08aa 100644 --- a/cfg/ngx/fw.op.fo.conf +++ b/cfg/ngx/fw.op.fo.conf @@ -22,7 +22,6 @@ server { return 301 https://fw.op.fo$request_uri; } - # http to https server { listen 80; @@ -35,6 +34,7 @@ upstream postgrest { server localhost:3000; } +# https server { listen 443 ssl; listen [::]:443 ssl;