config ok

i believe
This commit is contained in:
fro
2025-10-29 03:40:05 -05:00
parent 4a84321e74
commit 2f15def596

View File

@@ -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;