1
0
mirror of https://github.com/etesync/server synced 2024-11-25 10:18:12 +00:00

Update URL's to other pages.

Simon Vandevelde 2020-02-02 21:50:08 +01:00
parent e82eeafc65
commit 12425a3eb5

@ -150,6 +150,7 @@ uwsgi --ini uwsgi.ini
You now have a working EteSync server over HTTP.
Don't forget to change `allowed_hosts` to your domain name in `etesync-server.ini` and to set `server_name` to your domain name in `/etc/nginx-sites-available/etesync.conf`.
An optional next step is to have your uWSGI run automatically at boot.
An optional next step is to have your uWSGI run automatically at boot. More explanation can be found here: [Run uWSGI at boot](../Run-uWSGI-at-boot)
It is also *highly* recommended **to enable SSL for your EteSync server!**
More info on both of these can be found in the wiki.
A page detailing SSL setup can be found here: [Setup HTTPS for EteSync](../Setup-HTTPS-for-EteSync)