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;