Support HTTPS for PostgREST Call #3218
-
How can i support https for PostgREST API service? It does support http call out of the box but how can we make this to support https. Any help is appreciated. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
laurenceisla
Feb 9, 2024
Replies: 1 comment
-
The only way to add https is via a reverse proxy like Nginx. Check out the docs for more info about it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
laurenceisla
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The only way to add https is via a reverse proxy like Nginx. Check out the docs for more info about it.