/ 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;
|
# return 301 $scheme://op.fo$request_uri;
|
||||||
#}
|
#}
|
||||||
|
|
||||||
http {
|
|
||||||
# ...
|
# ...
|
||||||
# upstream configuration
|
# upstream configuration
|
||||||
upstream postgrest {
|
upstream postgrest {
|
||||||
server localhost:3000;
|
server localhost:3000;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|||||||
Reference in New Issue
Block a user