diff --git a/Production-setup-using-uWSGI-and-Nginx.md b/Production-setup-using-uWSGI-and-Nginx.md index 920c51f..678001a 100644 --- a/Production-setup-using-uWSGI-and-Nginx.md +++ b/Production-setup-using-uWSGI-and-Nginx.md @@ -96,7 +96,7 @@ After restarting Nginx and launching uWSGI (on port 8001), you should be able to ``` sudo cp etesync_nginx.conf /etc/nginx/sites-available/ -sudo ln -s /etc/nginx/sites-available/etesync_nginx.conf /etc/nginx/sites-enables/etesync_nginx.conf +sudo ln -s /etc/nginx/sites-available/etesync_nginx.conf /etc/nginx/sites-enabled/etesync_nginx.conf systemctl restart nginx uwsgi --socket :8001 --module etesync_server.wsgi ```