config ok
i believe
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user