Remove uwsgi.ini as it's no longer used

This removes uwsgi.ini which has been supplanted by entrypoint.sh
so this file should be removed.

Change-Id: I67cc0651f709715c7f9ad3bc8040a496045bb711
This commit is contained in:
Felipe Monteiro 2018-03-03 11:25:43 -05:00 committed by Tin Lam
parent a792d35ad1
commit 3cdf3d2d89
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
[uwsgi]
strict=true
# HTTP
http=:9000 # Update endpoint as needed.
http-keepalive=true
wsgi=deckhand.cmd
callable=deckhand_callable
# Misc.
enable-threads=true
disable-logging=true