mirror of
https://github.com/etesync/server
synced 2025-07-22 06:58:10 +00:00
Updated Production setup using uWSGI and Nginx (markdown)
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 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
|
systemctl restart nginx
|
||||||
uwsgi --socket :8001 --module etesync_server.wsgi
|
uwsgi --socket :8001 --module etesync_server.wsgi
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user