From 696e01539e2c8a5fbc7bc686b397c520c1a0c46c Mon Sep 17 00:00:00 2001 From: Jordan Date: Fri, 9 Sep 2022 12:23:42 -0700 Subject: docs: add wsgi-file to example configuration --- uwsgi.ini.example | 1 + 1 file changed, 1 insertion(+) diff --git a/uwsgi.ini.example b/uwsgi.ini.example index 2a2093f..094329a 100644 --- a/uwsgi.ini.example +++ b/uwsgi.ini.example @@ -5,3 +5,4 @@ threads = 4 wsgi-file = roka.py callable = app master = true +wsgi-file = /home/example/roka/roka.py -- cgit v1.2.3-54-g00ecf