From 5d7e04907a7dced79846cec8ab30acc33b19a9b3 Mon Sep 17 00:00:00 2001 From: fro Date: Wed, 29 Oct 2025 03:12:21 -0500 Subject: [PATCH] / wip trying to enable reverse proxy for postgrest --- cfg/ngx/fw.op.fo.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/cfg/ngx/fw.op.fo.conf b/cfg/ngx/fw.op.fo.conf index 9c772ad..3b5f261 100644 --- a/cfg/ngx/fw.op.fo.conf +++ b/cfg/ngx/fw.op.fo.conf @@ -22,13 +22,11 @@ server { # return 301 $scheme://op.fo$request_uri; #} -http { # ... # upstream configuration upstream postgrest { server localhost:3000; } -} server {