Deployment to digitalocean works

This commit is contained in:
jaseg 2019-03-27 23:08:20 +09:00 committed by jaseg
parent 6a90803ae6
commit 295302ba94
8 changed files with 250 additions and 30 deletions

11
uwsgi-app@.socket Normal file
View 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