1
0
mirror of https://github.com/etesync/server synced 2024-11-28 19:58:07 +00:00

Updated Production setup using uWSGI and Nginx (markdown)

DonPicciotto 2020-05-17 18:12:38 +00:00
parent d1a9f0eea8
commit 57e06b6a98

@ -148,7 +148,7 @@ uwsgi --ini uwsgi.ini
### That's it!
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`.
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_nginx.conf`.
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)