/ wip
trying to enable reverse proxy for postgrest
This commit is contained in:
@@ -22,13 +22,11 @@ server {
|
||||
# return 301 $scheme://op.fo$request_uri;
|
||||
#}
|
||||
|
||||
http {
|
||||
# ...
|
||||
# upstream configuration
|
||||
upstream postgrest {
|
||||
server localhost:3000;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
server {
|
||||
|
||||
Reference in New Issue
Block a user