diff options
author | 2018-09-21 19:56:29 +0200 | |
---|---|---|
committer | 2018-09-21 19:56:29 +0200 | |
commit | 4b304e034c87c3df8de16756c2a36c4615be37a1 (patch) | |
tree | 370899cec972f0e73abdcf265daa4e3bcb2f6f36 /docker | |
parent | Add process name prefix. (diff) |
Use UWSGI protocol socket.
Diffstat (limited to 'docker')
-rw-r--r-- | docker/app/uwsgi.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/app/uwsgi.ini b/docker/app/uwsgi.ini index 8d336d5c..0b461f9a 100644 --- a/docker/app/uwsgi.ini +++ b/docker/app/uwsgi.ini @@ -1,6 +1,6 @@ [uwsgi] # Exposed ports -http = :4000 +socket = :4000 # File settings wsgi = pysite.wsgi:application |