README: add a note about the example configs

As suggested in #5
This commit is contained in:
Tom Hacohen
2019-08-02 19:39:59 +01:00
committed by GitHub
parent 3ccb40055e
commit 48390b0b01

View File

@@ -68,9 +68,10 @@ Using the debug server in production is not recommended, so please read the foll
# Production deployment # Production deployment
EteSync is based on Django so you should : EteSync is based on Django so you should refer to one of the following
* either follow the instructions of the Django project [here](https://docs.djangoproject.com/en/2.2/howto/deployment/wsgi/). * The instructions of the Django project [here](https://docs.djangoproject.com/en/2.2/howto/deployment/wsgi/).
* either/or follow the instructions from uwsgi [here](http://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html). * Tnstructions from uwsgi [here](http://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html).
* The [example configurations](example-configs) in this repo.
The webserver should also be configured to serve EteSync using TLS. The webserver should also be configured to serve EteSync using TLS.