1
0
mirror of https://github.com/etesync/server synced 2025-02-19 20:01:59 +00:00

Fix some commands

Simon Vandevelde 2020-09-26 16:09:26 +02:00
parent 14340738a8
commit 16a0ae3275

@ -98,7 +98,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-enabled/etesync_nginx.conf
systemctl restart nginx
uwsgi --socket :8001 --module etesync_server.wsgi
uwsgi --socket :8001 --module etesync_server.wsgi --virtualenv venv
```
If you encounter any errors, the Nginx log is located in `/var/log/nginx/error.log`.
@ -143,7 +143,7 @@ Restart Nginx and check if everything still works.
```
systemctl restart nginx
uwsgi --ini uwsgi.ini
sudo uwsgi --ini uwsgi.ini # has to be executed as root
```
### That's it!