Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek authored Mar 5, 2018
1 parent 5a2876c commit 43bb141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Here is example UWSGI configuration, dont forgot to stop and disable blacklist s
uid = www-data
master = true
chdir = /usr/lib/python3/dist-packages/blacklist
socket = /var/run/blacklist.sock
socket = /tmp/uwsgi-blacklist.sock
module = wsgi
callable = app
plugins = python3
Expand All @@ -105,7 +105,7 @@ server {
root /usr/lib/python3/dist-packages/blacklist;
location / {
uwsgi_pass unix:///var/run/blacklist.sock;
uwsgi_pass unix:///tmp/uwsgi-blacklist.sock;
include uwsgi_params;
}
}
Expand Down

0 comments on commit 43bb141

Please sign in to comment.