Clarify the --secure command line option
This commit is contained in:
@@ -26,10 +26,14 @@ Download the binary ([OS X](http://bin.begriffs.com/dbapi/osx/postgrest-0.2.6.0.
|
|||||||
postgrest --db-host localhost --db-port 5432 \
|
postgrest --db-host localhost --db-port 5432 \
|
||||||
--db-name my_db --db-user postgres \
|
--db-name my_db --db-user postgres \
|
||||||
--db-pass foobar --db-pool 200 \
|
--db-pass foobar --db-pool 200 \
|
||||||
--anonymous postgres --secure \
|
--anonymous postgres --port 3000
|
||||||
--port 3000
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
In production include the `--secure` option which redirects all
|
||||||
|
requests to HTTPS. Note that PostgREST does not handle the SSL
|
||||||
|
internally and must be put behind another server that does (such
|
||||||
|
as nginx or the Heroku load balancer).
|
||||||
|
|
||||||
### Performance
|
### Performance
|
||||||
|
|
||||||
TLDR; subsecond response times for up to 2000 requests/sec on Heroku free tier. ([see the load test](https://github.com/begriffs/postgrest/wiki/Performance-and-Scaling))
|
TLDR; subsecond response times for up to 2000 requests/sec on Heroku free tier. ([see the load test](https://github.com/begriffs/postgrest/wiki/Performance-and-Scaling))
|
||||||
|
|||||||
Reference in New Issue
Block a user