1
0
mirror of https://github.com/etesync/server synced 2025-08-03 21:08:04 +00:00

Fix links to next steps

Pierre-Alain TORET 2020-05-11 15:47:26 +02:00
parent 33c4117ac3
commit 2ba4dcaad5

@ -150,7 +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. More explanation can be found here: [Run uWSGI at boot](../Run-uWSGI-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](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](../Setup-HTTPS-for-EteSync)
A page detailing SSL setup can be found here: [Setup HTTPS for EteSync](https://github.com/etesync/server/wiki/Setup-HTTPS-for-EteSync)