diff --git a/Production-setup-using-uWSGI-and-Nginx.md b/Production-setup-using-uWSGI-and-Nginx.md index 678001a..e68f842 100644 --- a/Production-setup-using-uWSGI-and-Nginx.md +++ b/Production-setup-using-uWSGI-and-Nginx.md @@ -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)