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 17:40:52 +00:00
parent f937ea2ee6
commit d1a9f0eea8

@ -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
```