Deployment to digitalocean works
This commit is contained in:
parent
6a90803ae6
commit
295302ba94
8 changed files with 250 additions and 30 deletions
11
uwsgi-app@.socket
Normal file
11
uwsgi-app@.socket
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Socket for uWSGI app %i
|
||||
|
||||
[Socket]
|
||||
ListenStream=/run/uwsgi/%i.socket
|
||||
SocketUser=uwsgi-%i
|
||||
SocketGroup=nginx
|
||||
SocketMode=0660
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue