Update instructions for production deployment

This commit is contained in:
Alexandre Iooss 2021-10-11 21:55:15 +02:00
parent 293bc48eae
commit 60389ae1b0
4 changed files with 11 additions and 9 deletions

View file

@ -43,7 +43,7 @@ server {
}
location / {
uwsgi_pass unix:///var/www/photos/photos21/photos21.sock;
uwsgi_pass unix:///var/run/uwsgi/app/uwsgi_photos/socket;
include /etc/nginx/uwsgi_params;
}
}