From 1a04d8ec6a0852a058c3f87b58b06698f2c5e164 Mon Sep 17 00:00:00 2001 From: Simon Vandevelde Date: Mon, 3 Feb 2020 20:11:16 +0100 Subject: [PATCH] README: Added links pointing to specific wikipages * Added links pointing to the wiki. I added a link for the deployment setup and one for the TLS setup. Fixes #35 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1761186..33aaf64 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,10 @@ EteSync is based on Django so you should refer to one of the following * Instructions 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. +There are more details about a proper production setup using uWSGI and Nginx in the [wiki](https://github.com/etesync/server/wiki/Production-setup-using-uWSGI-and-Nginx). -There are more details about a proper production setup in the [wiki](https://github.com/etesync/server-skeleton/wiki). +The webserver should also be configured to serve EteSync using TLS. +A guide for doing so can be found in the [wiki](https://github.com/etesync/server/wiki/Setup-HTTPS-for-EteSync) as well. # Usage