diff --git a/Production-setup-using-uWSGI-and-Nginx.md b/Production-setup-using-uWSGI-and-Nginx.md index 468b035..280805a 100644 --- a/Production-setup-using-uWSGI-and-Nginx.md +++ b/Production-setup-using-uWSGI-and-Nginx.md @@ -153,4 +153,6 @@ Don't forget to change `allowed_hosts` to your domain name in `etesync-server.in An optional next step is to have your uWSGI run automatically at boot. More explanation can be found here: [Run uWSGI at boot](https://github.com/etesync/server/wiki/Run-uWSGI-at-boot) It is also *highly* recommended **to enable SSL for your EteSync server!** -A page detailing SSL setup can be found here: [Setup HTTPS for EteSync](https://github.com/etesync/server/wiki/Setup-HTTPS-for-EteSync) \ No newline at end of file +A page detailing SSL setup can be found here: [Setup HTTPS for EteSync](https://github.com/etesync/server/wiki/Setup-HTTPS-for-EteSync) + +If you already want to test out the EteSync applications, be sure to use the ones in [the Etebase announcement blog post](https://blog.etesync.com/etesync-2-0-ready-for-testers/) as the official ones might not have been updated yet. \ No newline at end of file