diff --git a/wsgi.ini b/wsgi.ini index e56d395..a01bb79 100644 --- a/wsgi.ini +++ b/wsgi.ini @@ -12,5 +12,5 @@ chmod-socket = 664 wsgi-file = wsgi.py callable = app -socket = 0.0.0.0:5000 +socket = [::]:5000 procname-prefix-spaced = kitchenowl \ No newline at end of file